[ANN] Apache Maven Script Interpreter version 1.3 Released

2020-11-19 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Script Interpreter version 1.3

This component provides some utilities to interpret/execute some
scripts for various implementations: Groovy or BeanShell.

https://maven.apache.org/shared/maven-script-interpreter/

You should specify the version in your project's dependency configuration:


  org.apache.maven.shared
  maven-script-interpreter
  1.3


You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-script-interpreter/download.cgi

Release Notes - Apache Maven Script Interpreter - 1.3

** Improvement
* [MSHARED-828] - Require Java 7
* [MSHARED-879] - make build Reproducible
* [MSHARED-906] - Add GitHub Action to confirm build PR
* [MSHARED-907] - Output build log from script to maven mojo log
* [MSHARED-910] - Redundant option failOnException
* [MSHARED-911] - Replace AntClassLoader by RootLoader
* [MSHARED-914] - Detailed message from failed script evaluation
shouldn't be propagated
* [MSHARED-917] - Remove dependency to plexus-component-annotations
* [MSHARED-939] - Remove Apache Ivy from dependency

** Task
* [MSHARED-960] - document how to use Grapes in a Groovy script

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Shared Resources, version 3 Released

2021-01-10 Thread Sylwester Lachiewicz
The Maven team is pleased to announce the release of the Apache Maven
Shared Resources, version 3

This is a collection of templates that are specific to the Maven project.

https://maven.apache.org/shared/maven-shared-resources/

You should specify the version in your project's plugin dependency:


  org.apache.maven.shared
  maven-shared-resources
  3


Release Notes - Apache Maven Shared Resources - Version 3

Bug
[MSHARED-854] - 'cacheFile' property is removed from TreeWalker in
Checkstyle 8.19
Improvement
[MSHARED-879] - make build Reproducible
[MSHARED-968] - Exclude module-info.java from default checkstyle checks

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Checkstyle Plugin version 3.1.2 Released

2021-01-30 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Checkstyle Plugin, version 3.1.2

The Checkstyle Plugin generates a report regarding the code style used
by the developers

https://maven.apache.org/plugins/maven-checkstyle-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-checkstyle-plugin
  3.1.2


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi

Release Notes - Maven Checkstyle Plugin - Version 3.1.2

** Bug
* [MCHECKSTYLE-392] - Update and backfill release notes

** Improvement
* [MCHECKSTYLE-385] - Violation should be a value class

** Task
* [MCHECKSTYLE-358] - Links to mailing lists in README are dead
* [MCHECKSTYLE-387] - Deprecate method setUpCheckstyleClassloader in 3.1.2
* [MCHECKSTYLE-400] - Remove travis.org ci

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Common Artifact Filters version 3.1.1 Released

2021-01-30 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Common Artifact Filters, version 3.1.1

This shared component is a collection of ready-made filters to control
the inclusion/exclusion of artifacts during dependency resolution.

http://maven.apache.org/shared/maven-common-artifact-filters/

You should specify the version in your project's dependency configuration:


org.apache.maven.shared
maven-common-artifact-filters
3.1.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-common-artifact-filters/download.cgi

Release Notes - Maven Common Artifact Filters - Version 3.1.1

** Bug
* [MSHARED-942] - Update JIRA URL for maven-common-artifact-filters
** Improvement
* [MSHARED-879] - make build Reproducible
** Dependency upgrade
* [MSHARED-941] - Deprecate SonatypeAetherFilterTransformer and
SonatypeAetherNode
* [MSHARED-950] - Set minimum enforced Maven version to 3.1.0
* [MSHARED-959] - Upgrade Maven Shared Utils to 3.3.3

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Shared Invoker 3.1.0 Released

2021-02-08 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Shared Invoker, version 3.1.0

For information about the functionality of this lib - please check the website:
https://maven.apache.org/shared/maven-invoker/

You should specify the version in your project's dependency configuration:


  org.apache.maven.shared
  maven-invoker
  3.1.0


You can download the appropriate sources etc. from the download page:

http://maven.apache.org/shared/maven-invoker/download.cgi

Release Notes - Maven Shared Components - Version maven-invoker-3.1.0

** Improvement
* [MSHARED-879] - make build Reproducible
* [MSHARED-976] - Maven 3.1.1 prerequisite to run ( + move to JSR-330)
* [MSHARED-978] - Add option to use the 'quiet' (-q) flag

** Dependency upgrade
* [MSHARED-977] - Upgrade to maven-shared-utils to 3.3.3

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Archiver version 3.5.1 Released

2021-01-29 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Archiver, version 3..5.1

This shared lib is mainly used by plugins to handle packaging

https://maven.apache.org/shared/maven-archiver/index.html

You should specify the version in your project's dependency configuration:


org.apache.maven
maven-archiver
3.5.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-archiver/download.cgi

Release Notes - Maven Archiver - Version 3.5.1

** Improvement
* [MSHARED-879] - make build Reproducible
** Dependency upgrade
* [MSHARED-944] - Set minimum Maven version to 3.1.1

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Invoker Plugin 3.2.2 Released

2021-02-21 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.2.2

The Invoker Plugin is used to run a set of Maven projects. The plugin
can determine whether each project execution is successful, and
optionally can verify the output generated from the given project
execution.
This plugin is in particular handy to perform integration tests for
other Maven plugins. The Invoker Plugin can be employed to run a set
of test projects that have been designed to assert certain features of
the plugin under test.

https://maven.apache.org/plugins/maven-invoker-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-invoker-plugin
  3.2.2


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi

Release Notes - Maven Invoker Plugin - Version 3.2.2

** Bug
* [MINVOKER-195] - Fast Build Configuration and mirrors in local
settings.xml
* [MINVOKER-260] - Option 'streamLogs' does not work properly for
logs from intepreter
* [MINVOKER-264] - Errors during maven site build
* [MINVOKER-265] - option 'streamLogs' does not work properly for
logs from groovy intepreter

** New Feature
* [MINVOKER-250] - streamLogsOnFailures - parameter/option
* [MINVOKER-251] - Allow options parallelThreads depends on available cores
* [MINVOKER-255] - support environmentVariable in invokerPropertiesFile
* [MINVOKER-268] - invoker:run skips invocation when the sources
are unmodified

** Improvement
* [MINVOKER-257] - Test code should meet checkstyle requirements
* [MINVOKER-262] - GitHub Action confirm build on multiple jdk
* [MINVOKER-272] - use Files.createTempDirectory(...) instead of
custom code around File.createTempFile(...)

** Dependency upgrade
* [MINVOKER-254] - Upgrade Groovy 2.4.21
* [MINVOKER-256] - upgrade parent pom to latest version - 34
* [MINVOKER-259] - upgrade Doxia Sitetools to 1.9.2 to remove
dependency on Struts
* [MINVOKER-267] - Update maven-script-interpreter to 1.3
* [MINVOKER-276] - Update maven-invoker to 3.1.0
* [MINVOKER-277] - Require Maven 3.1.1

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Common Artifact Filters 3.2.0 Released

2021-02-21 Thread Sylwester Lachiewicz
The Apache Maven team is pleased to announce the release of the Apache
Maven Common Artifact Filters, version 3.2.0

A collection of ready-made filters to control inclusion/exclusion of
artifacts during dependency resolution.

https://maven.apache.org/shared/maven-common-artifact-filters/

You should specify the version in your project's configuration:


  org.apache.maven.shared
  maven-common-artifact-filters
  3.2.0


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-common-artifact-filters/download.cgi

Release Notes - Maven Shared Components - Version 3.2.0

** Improvement
* [MSHARED-975] - Big speed improvements for patterns that do not
contain any wildcard

** Dependency upgrade
* [MSHARED-974] - Set minimum enforced Maven version to 3.1.1

Enjoy,

-The Apache Maven team