Release Notes - Maven 2.x Plugin Tools - Version 2.8 ** Improvement * [MPLUGIN-173] - Start using net.sf.jtidy artifact with correct I/O encoding * [MPLUGIN-174] - add standard skip configuration option (on plugin:report) * [MPLUGIN-183] - When setting useJava5 to true the generated code has warnings for Java 5 features * [MPLUGIN-184] - Upgrade to JDK5 * [MPLUGIN-185] - check plugin naming conventions and issue a warning in case of problem Release Notes - Maven 2.x Plugin Tools - Version 2.7 ** Bug * [MPLUGIN-165] - Upgrading to Maven Site 2.1 messes up plugin site generation * [MPLUGIN-180] - Encoding issues with reports ** Improvement * [MPLUGIN-170] - Mark plugin as thread-safe * [MPLUGIN-171] - Mark generated help goal as thread-safe * [MPLUGIN-176] - helpmojo: Use Java 5 generics in generated help mojo * [MPLUGIN-178] - Generated help mojo should indicate parameter expression and required status 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 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