Apache Maven Plugin Tools Version 3.6.4 Released

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

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<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-plugin-plugin</artifactId>
4  <version>3.6.4</version>
5</plugin>

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

Release Notes - Maven Plugin Tools - Version 3.6.4

  • Bugs:

  • Task:

    • MPLUGIN-386 - Filter out maven-archiver and maven-jxr from scope warning
  • Dependency upgrade:

Enjoy,

-The Apache Maven team