You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Igor Fedorenko <if...@apache.org> on 2014/02/15 13:53:31 UTC

[ANN] Apache Maven Plugin Testing 3.1.0 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Plugin Testing, version 3.1.0

The Maven Plugin Testing contains the necessary tools to be able
to test Maven Plugins.

http://maven.apache.org/plugin-testing/

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

<dependency>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing-harness</artifactId>
     <version>3.1.0</version>
</dependency>

Release Notes - Maven Plugin Testing - Version 3.1.0

** Improvement
     * [MPLUGINTESTING-36] - Helpers to manage test projects
     * [MPLUGINTESTING-37] - Provide convenince methods to work with 
MavenProject


Enjoy,

-The Apache Maven team