You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/10/08 16:32:24 UTC

[ANN] Maven Plugin Tools 2.5.1 Released

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

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