Apache Maven Invoker plugin 3.0.1 Released

Olivier Lamy <[email protected]> Fri, 21 Jul 2017 17:05:31 +1000
Newsgroups gmane.comp.java.openwebbeans.devel,gmane.comp.jakarta.avalon.user,gmane.comp.apache.maven.announce
Message-ID <CAPoyBqSnP9-7y3o7GPjssrAMyu6enH7W7YFjm=sq2mc37FHaZQ__15680.8515698232$1500620764$gmane$org@mail.gmail.com>
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