Apache Maven Invoker Plugin Version 1.9 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 1.9.

The Invoker 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.

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-invoker-plugin</artifactId>
4  <version>1.9</version>
5</plugin>

Release Notes - Maven Invoker Plugin - Version 1.9

Bugs:

Improvement:

  • MINVOKER-119 - Allow access to properties in pre- and postBuild scripts

New Features:

Enjoy,

-The Apache Maven team