You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen Connolly <st...@apache.org> on 2009/10/27 08:32:40 UTC

[ANN] Maven Invoker Plugin 1.5 Released

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org