You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2017/07/21 07:05:31 UTC

[ANN] Apache Maven Invoker plugin 3.0.1 Released

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

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.0.1</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.0.1

** Bug
    * [MINVOKER-220] - when description is too long, 2 spaces before status
instead of 1
    * [MINVOKER-223] - postBuildHookScript must be executed even if the
maven build fail

** Improvement
    * [MINVOKER-149] - Possibility to have different settings.xml per IT
    * [MINVOKER-221] - improve "run script" message with description of
which script



Enjoy
-- 
The Apache Maven Team