announce  

[ANN] Maven Invoker 2.0.11 Released

Benjamin Bentmann
Fri, 25 Sep 2009 01:37:22 -0700

The Maven team is pleased to announce the release of the Maven Invoker, version 2.0.11.

This component allows to programmatically invoke Maven. See the component's site for more details:

  http://maven.apache.org/shared/maven-invoker/

To use this component in your projects, add the following to the dependency section of your POM:

<dependency>
 <groupId>org.apache.maven.shared</groupId>
 <artifactId>maven-invoker</artifactId>
 <version>2.0.11</version>
</dependency>


Release Notes - Maven Invoker 2.0.11

** Improvement
* [MSHARED-123] - Add support for show version option ( -V,--show-version)



Enjoy,

-The Maven team

  • [ANN] Maven Invoker 2.0.11 Released Benjamin Bentmann