The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.4.0.
The Maven Help Plugin is used to get relative information about a project or the system. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-help-plugin</artifactId> <version>3.4.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-help-plugin/download.html Release Notes - Maven Help Plugin - Version 3.4.0 ** Improvement * [MPH-185] - Require Maven 3.6.3 * [MPH-195] - Get rid of ${localRepository} from mojo parameter * [MPH-198] - Get rid of maven-reporting-exec * [MPH-201] - Improvement of usage maven-plugin-tools-generators ** Task * [MPH-200] - Refresh download page ** Dependency upgrade * [MPH-194] - Upgrade Parent to 39 * [MPH-196] - Bump xstream to 1.4.20 * [MPH-197] - Upgrade plexus-utils to 3.5.1 * [MPH-199] - Bump mockito-core from 2.28.2 to 4.11.0 * [MPH-202] - Bump mrm-maven-plugin from 1.4.1 to 1.5.0 * [MPH-203] - Bump commons-lang3 from 3.8.1 to 3.12.0 Enjoy, -The Apache Maven team