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

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

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


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


Release Notes - Maven 2.x Plugin Testing - Version 2.0

** Bug
* [MPLUGINTESTING-7] - parameters annotated with default-value are not injected * [MPLUGINTESTING-19] - [PATCH] build fails due to missing methods when building with maven3

** Improvement
* [MPLUGINTESTING-21] - Update plugin testing mvn 3.x branch to use maven 3.0 * [MPLUGINTESTING-22] - Allow plugin participation in plexus container setup

** New Feature
* [MPLUGINTESTING-23] - Provide a way to create fully configured mojo instance


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to