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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to