You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@apache.org> on 2011/09/06 03:09:27 UTC

[ANN] Maven Plugin Tools 2.9 Released

The Maven team is pleased to announce the release of the Maven Plugin
Tools, including the maven-plugin-plugin, version 2.9

The Maven Plugin Plugin is used to create a Maven plugin descriptor
for any Mojo's found in the source tree, to include in the JAR.

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

You should specify the version in your project's plugin configuration:

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

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



** Bug
    * [MPLUGIN-177] - Required JDK incorrectly specified if using
default for m-compiler-p
    * [MPLUGIN-186] - Plugins with no mojos lead to exception and
failure in PluginReport


** Improvement
    * [MPLUGIN-124] - The generated documentation for a Mojo should
show if it is a build plugin or a reporting plugin
    * [MPLUGIN-179] - Clarify the goalPrefix (is there a default value
for example) param



** Task
    * [MPLUGIN-120] - Update to Doxia 1.2


Enjoy,

-The Maven team

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