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

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.0.1

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

Release Notes – Maven Help Plugin – Version 3.0.1

Bugs:

  • MPH-135 – help:effective-pom crashes with NPE in multi module builds with -Doutput set
  • MPH-139 – Invalid default namespace set for effective settings
  • MPH-140 – Multiple XML declarations written

Tasks:

  • MPH-137 – Use JDOM’s PrettyFormatter throughout
  • MPH-138 – Drop AbstractEffectiveMojo#addMavenNamespace()
  • MPH-141 – Use non-deprecated field in DateFormatUtils

Dependency upgrade:

  • MPH-136 – Upgrade JDOM to 1.1.3

Enjoy,

-The Apache Maven team