[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


[ANN] Apache Maven Artifact Plugin 3.0.0 Released

2021-02-21 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Artifact 
Plugin, version 3.0.0

This plugin manage artifacts tasks, currently check Reproducible Builds.

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

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


  org.apache.maven.plugins
  maven-artifact-plugin
  3.0.0



Release Notes - Apache Maven Artifact Plugin - Version 3.0.0

Improvement
* [MARTIFACT-3] Allow to check javadoc

New Feature
* [MARTIFACT-12] configure ignored types & classifiers
* [MARTIFACT-11] multi-module: copy also aggregate buildinfo.compare to root 
target
* [MARTIFACT-8] multi-module: copy aggregate buildinfo to root target
* [MARTIFACT-7] record toolchain JVM usage in buildinfo
* [MARTIFACT-4] add an option to buildinfo goal to take javadoc into account 
(false by default)

Task
* [MARTIFACT-2] First version release


Enjoy,

-The Maven team