The Maven team is pleased to announce the release of the Maven Plugin Tools, version 2.6.

This plugin assists authors of Maven plugins in the creation of a plugin descriptor and documentation by scanning the plugin sources for mojo annotations. See the plugin's site for more details:

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

To use the updated plugin in your projects, you need to add the following snippet to the plugins or plugin management section of your POM:

  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-plugin</artifactId>
    <version>2.6</version>
  </plugin>

Release Notes - Maven 2.x Plugin Tools - Version 2.6

** Improvement
    * [MPLUGIN-168] - Provide ability to set package of HelpMojo

** New Feature
    * [MPLUGIN-146] - Implement pluginXml parameter for maven-plugin-plugin
    * [MPLUGIN-166] - Add Swedish translation
    * [MPLUGIN-169] - Create support for the @threadSafe mojo annotation

** Task
* [MPLUGIN-159] - Support extraction of new anno @requiresDependencyCollection

Enjoy,


-The Maven team

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

Reply via email to