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

The Maven Help 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 goals 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.

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

1
2
3
4
5

  org.apache.maven.plugins
  maven-help-plugin
  3.2.0

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Help Plugin – Version 3.2.0

New Feature:

  • MPH-160 – help:effective-pom -Dverbose: add source location as comments in effective pom.xml

Improvement:

  • MPH-161 – add color to goal or plugin description

Enjoy,

-The Apache Maven team