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

This plugin allows to run Maven on a collection of projects and is
especially useful for integration testing of other Maven plugins. See
the plugin's site for more details:

    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.5</version>
</plugin>

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

** New Feature
    * [MINVOKER-95] - Add a selector script to allow for flexible
skipping specific projects
    * [MINVOKER-96] - Add a selector for the Maven Version

Enjoy,

-The Maven team

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

Reply via email to