Dennis Lundberg
Sat, 09 Aug 2008 15:18:09 -0700
This plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution.
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.2.1</version> </plugin> Release Notes - Maven 2.x Invoker Plugin - Version 1.2.1 ** Bug * [MINVOKER-39] - Spaces are incorrectly handled on command line * [MINVOKER-40] - Parent POMs are missing in IT repo* [MINVOKER-41] - NullPointerException in InvokerMojo::runBuild in case the mvn executable is not at the expected location * [MINVOKER-43] - Sync repository identifier of custom IT repo with identifier of real local repository * [MINVOKER-44] - cloneProjectsTo fails to copy projects with the same prefix * [MINVOKER-45] - External properties file is ignored if parameter testProperties is not defined
** Improvement* [MINVOKER-42] - Incorrect message "See ...build.log for details' when noLog is specified
Enjoy, -The Maven team