The Apache Maven team is pleased to announce the release of the
Apache Maven Help Plugin, version 3.3.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.

Important Notes since Version 3.3.0

  • JDK 8 minimum requirement
  • Minimum Maven version 3.2.5

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

1
2  org.apache.maven.plugins
3  maven-help-plugin
4  3.3.0
5

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

Release Notes - Maven Help Plugin - Version 3.3.0

  • Bugs:

    • MPH-164 - Effective-pom ignores artifact argument
    • MPH-171 - Plugin repositories are not preserved from project pom
  • Improvements:

    • MPH-162 - Allow all mojos to be configured to produce repeatable output
    • MPH-167 - make build Reproducible
    • MPH-170 - Require Maven 3.1.1 (drop dependency to Maven 3.0)
  • Tasks:

  • Dependency upgrades:

    • MPH-174 - Upgrade XStream to 1.4.17
    • MPH-179 - Upgrade XStream to 1.4.18
    • MPH-186 - maven-parent to 37
    • MPH-190 - Upgrade Maven Reporting API to 3.1.1

Enjoy,

-The Apache Maven team