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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to