You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2008/08/21 01:29:24 UTC

[ANN] Maven Plugin Tools 2.4.3 Released

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

The Maven Plugin Tools contains the necessary tools to be able to
produce Maven Plugins in a variety of languages.

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

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

** Sub-task
    * [MPLUGIN-134] - Review the support of Mojo's annotations

** Bug
    * [MPLUGIN-26] - Parsing issue due to qdox regression
    * [MPLUGIN-126] - Report mojo outputs XDoc into wrong directory if
outputDirectory parameter is overriden with a relative path
    * [MPLUGIN-130] - PluginDescriptorGenerator doesn't write
deprecated tag for a mojo
    * [MPLUGIN-131] - PluginXdocGenerator doesn't handle correctly the
Resource bundles and make typo in some languages
    * [MPLUGIN-133] - JavaMojoDescriptorExtractor doesn't handle @requiresReport

** Improvement
    * [MPLUGIN-125] - Add deprecation messages to output of help mojo
    * [MPLUGIN-128] - Add a line break before writing default value in
description field
    * [MPLUGIN-129] - Avoid generation of emtpy plugin report for POM projects
    * [MPLUGIN-132] - Don't encourage users to use "mvn -up" to update plugins

Enjoy,

-The Maven team