You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2012/08/15 08:13:54 UTC

[ANN] Maven Invoker Plugin 1.7 Released

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

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.

http://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>1.7</version>
</plugin>


Release Notes - Maven 2.x Invoker Plugin - Version 1.7

** Improvement
    * [MINVOKER-135] - log relative script path instead of full script
path for pre-/post-build scripts
    * [MINVOKER-136] - upgrade groovy version used to 2.0.1

** Task
    * [MINVOKER-134] - use maven-plugin-tools' java 5 annotations


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org