Hi The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Plugin, version 3.6.0
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 https://maven.apache.org/plugins/maven-plugin-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>3.6.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-plugin-plugin/download.cgi Release Notes - Maven Plugin Plugin - Version 3.6.0 ** Bug * [MPLUGIN-336] - broken in JDK 10/JDK 11 - IllegalArgumentException * [MPLUGIN-337] - Try to derive JDK requirements also from release parameter ** Task * [MPLUGIN-332] - remove plugin:updateRegistry goal, which is unused in Maven 3 * [MPLUGIN-344] - Upgrade plexus-archiver 3.6.0 ** Dependency upgrade * [MPLUGIN-342] - Upgrade maven-parent to 33 Enjoy, -The Apache Maven team