Maven Invoker 2.0.11 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Invoker 2.0.11 Released

by bentmann :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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