Maven Plugin Tools 2.5.1 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Plugin Tools 2.5.1 Released

by bentmann :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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

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.5.1</version>
   </plugin>

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

** Bug
     * [MPLUGIN-148] - PluginXdocGenerator generates poorly formed
output when default values contain XML
     * [MPLUGIN-149] - ParseException with annotation @XmlType in
JavaDocBuilder
     * [MPLUGIN-151] - ParseException on enum members with annotations
that have values
     * [MPLUGIN-152] - QDox choking on some generics
     * [MPLUGIN-161] - plugin:xdoc generates an incomplete description
about the execution of another plugin goal

** Task
     * [MPLUGIN-150] - Update to QDox 1.9.2
     * [MPLUGIN-156] - Stabilize ordering of configuration and
requirements in generated plugin descriptor
     * [MPLUGIN-157] - Review the Doxia Sink calls
     * [MPLUGIN-158] - Bump to Doxia 1.0
     * [MPLUGIN-162] - Update to QDox 1.10


Enjoy,

-The Maven team