The Apache Maven team is pleased to announce the release of the
Apache Maven Plugin Tools, version 3.5.2.

The Maven Plugin Tools contains the necessary tools to generate

rebarbative content like descriptor, help and documentation. In addition,

it provides tools to write Maven Plugins in scripting languages like Ant

or Beanshell.

The Maven Plugin Plugin is used to create a Maven plugin descriptor for

any Mojo’s found in the source tree, to include in the JAR. It is also

used to generate report files for the Mojos as well as for updating the

plugin registry, the artifact metadata and generating a generic help goal.

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

1
2
3
4
5

  org.apache.maven.plugins
  maven-plugin-plugin
  3.5.2

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

Release Notes – Maven Plugin Tools – Version 3.5.2

Dependency upgrades:

Enjoy,

-The Apache Maven team