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 2007/12/21 09:06:21 UTC

[ANN] Maven Invoker Plugin 1.1 for Maven 2 Released

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

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

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


** Bug
    * [MINVOKER-3] - Invoker always returns 0 on Windows due to cmd.exe and exit /b in mvn.bat
    * [MINVOKER-8] - invoker unit tests fail
    * [MINVOKER-18] - two executions of the same pom causes a prooblem with interpolated-pom.xml

** Improvement
    * [MINVOKER-11] - In case of error in bsh evaluation the error must be display 
    * [MINVOKER-15] - http://maven.apache.org/plugins/maven-invoker-plugin/issue-tracking.html points to "MPA" and not to "MINVOKER"
    * [MINVOKER-20] - Make properties specified for invocations conform with standard properties syntax, and avoid 'test' specific configuration name

** New Feature
    * [MINVOKER-9] - Interpolate goal files
    * [MINVOKER-10] - Capability to define profiles per it test
    * [MINVOKER-12] - Interpolate it pom but with a different token ${..} -> @...@
    * [MINVOKER-13] - introducing a parameter "� la" -Dtest like in surefire

** Task
    * [MINVOKER-14] - release maven-invoker

Enjoy,

-The Maven team

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