You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ol...@apache.org on 2008/05/30 11:53:19 UTC

[ANN] Maven Invoker Plugin 1.2 for Maven 2 Released

Hi,
The Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.2.
http://maven.apache.org/plugins/maven-invoker-plugin/
You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-invoker-plugin</artifactId>
 <version>1.2</version>
</plugin> 


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


** Bug
    * [MINVOKER-26] - use local repository as mirror of central repo
    * [MINVOKER-29] - Use proper encoding when filtering IT POMs
    * [MINVOKER-31] - Test failing because of system property

** Improvement
    * [MINVOKER-6] - Add current's project test classpath to the Bean Shell interpreter classpath
    * [MINVOKER-17] - Consider non-recursive flag in invoker and invoker-plugin
    * [MINVOKER-23] - Use project.getProperties() when performing IT pom interpolations
    * [MINVOKER-25] - invoke postBuildHookScript even if build failed
    * [MINVOKER-30] - Allow to configure file encoding for verifications scripts
    * [MINVOKER-32] - Exclude some files by default when using "cloneProjectsTo"
    * [MINVOKER-34] - Warn about usage of platform encoding
    * [MINVOKER-35] - Make run mojo bind to phase integration-test by default
    * [MINVOKER-37] - Stage Reactor Contents to IT Repo

** New Feature
    * [MINVOKER-22] - Add feature to install plugin to a local repository.
    * [MINVOKER-24] - parameter to use an alternate settings file
    * [MINVOKER-27] - Allow to set MAVEN_OPTS when invoking Maven
    * [MINVOKER-33] - Allow to centrally configure invocation request per IT

Enjoy,

-The Maven team 

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