You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Robert Scholte <rf...@apache.org> on 2013/02/24 12:01:40 UTC

[ANN] Maven Help Plugin 2.2 Released

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

This plugin is used to get relative information about a project or the  
system. It can be used to get a description of a particular plugin,  
including the plugin's mojos with their parameters and component  
requirements, the effective POM and effective settings of the current  
build, and the profiles applied to the current project being built.

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.2</version>
</plugin>

Release Notes - Maven Help Plugin - Version 2.2

** Bug
     * [MPH-79] - help:active-profiles does not list active inherited  
profiles
     * [MPH-88] - [PATCH] Migration from obsolete plexus-maven-plugin to  
plexus-containers-component-metadata
     * [MPH-91] - No deep copy with effective-settings, causing passwords  
to be anonymized during further executions

** Improvement
     * [MPH-81] - maven-help-plugin:describe to display Required and  
Expression status
     * [MPH-93] - Replace expression label with user property when possible

** Task
     * [MPH-89] - use maven-plugin-tools' java 5 annotations
     * [MPH-92] - Upgrade Maven prerequisite to 2.2.1


Enjoy,

-The Apache Maven team