The Maven team is pleased to announce the release of the Maven Invoker,
version 2.1.1
With this component it is possible to programmatically invoke Maven.
http://maven.apache.org/shared/maven-invoker/
To use the Maven Invoker, add the following dependency to your project:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
<version>2.1.1</version>
</dependency>
Release Notes - Maven Shared Components - Version maven-invoker-2.1.1
** Bug
* [MSHARED-259] - maven-invoker-2.1 is missing components.xml
Enjoy,
-The Maven team