You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2008/09/04 18:05:09 UTC

[ANN] Maven Help Plugin 2.1 Released

The Maven team is pleased to announce the release of the Maven Help
Plugin, version 2.1

The Maven Help plugin provides goals aimed at helping to make sense
out of the build environment. It includes the ability to view the
effective POM and settings files, after inheritance and active
profiles have been applied, as well as a describe a particular plugin
goal to give usage information.

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

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

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


Release Notes - Maven 2.x Help Plugin - Version 2.1

** Bug
    * [MPH-42] - Active profiles recursively growing
    * [MPH-49] - help:describe no-arg error doesn't mention "cmd"
    * [MPH-50] - "mvn help:describe -Dcmd=compiler:compile" describes
entire plugin, not the specific mojo
    * [MPH-51] - "help:help -Ddetail" looks better than "help:describe
-Dplugin=help -Dfull"
    * [MPH-52] - help:describe never shows "Default Value"

** Improvement
    * [MPH-15] - help:describe should accept plugin prefix or prefix:goal
    * [MPH-26] - New goal help:help to provide help on how to use
helper plugins in maven
    * [MPH-29] - help:describe should be way more helpful when no
arguments are provided
    * [MPH-32] - "medium" mode should be the default for help:describe
    * [MPH-33] - Help plugin should refer to "goal" not "mojo"
    * [MPH-35] - Make -Dfull more discoverable by suggesting it
    * [MPH-37] - help:effective-pom - sort the properties list
    * [MPH-40] - help:effective-pom emits invalid XML to output file
    * [MPH-44] - Hide passwords for effective-settings
    * [MPH-46] - Improve the output of help:describe
    * [MPH-54] - -Dhelp:describe -Ddetail should not show component requirements

** New Feature
    * [MPH-4] - add mojo to projecthelp to describe supported plugin
parameter expressions
    * [MPH-12] - Create a Mojo to list all Profiles for a Project
(even those loaded from an external profiles.xml)
    * [MPH-28] - New goal to list platform details
    * [MPH-30] - help:describe should accept "cmd" argument
    * [MPH-47] - Add a new goal to evaluate Maven expressions given by a user

** Task
    * [MPH-43] - Create an abstract Help Mojo with output  parameter
    * [MPH-48] - Review dependencies

Enjoy,

-The Maven team

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