You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Robert Scholte <rf...@apache.org> on 2019/01/21 18:54:35 UTC

[ANN] Apache Maven Invoker Plugin 3.2.0 Released

The Apache Maven team is pleased to announce the release of the Apache  
Maven Invoker Plugin, version 3.2.0

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 a 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:

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-invoker-plugin</artifactId>
   <version>3.2.0</version>
</plugin>

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.0

** Bug
     * [MINVOKER-243] - invoker:install doesn't copy transitive  
dependencies anymore (as of 3.1.0)

** Improvement
     * [MINVOKER-190] - build.log file location causes problems
     * [MINVOKER-225] - strange message ordering in case of post-build  
script failure
     * [MINVOKER-245] - Support toolchain selector
     * [MINVOKER-246] - Support hierarchical invoker.properties

** Dependency upgrade
     * [MINVOKER-239] - Upgrade maven-plugins parent to version 32


Enjoy,

-The Apache Maven team