The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin Version 3.1.0 https://maven.apache.org/plugins/maven-help-plugin/
You should specify the version in your project's plugin configuration: Important Notes since Version 3.0.0 * Maven 3+ only * JDK 7 minimum requirement <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-help-plugin</artifactId> <version>3.1.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-help-plugin/download.cgi Release Notes Maven Help Plugin 3.1.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12343004 New Feature: * [MPH-144] - Add ability to print mvn help:evaluate output to stdout in quiet mode Improvement: * [MPH-151] - Add documentation information for GitHub Tasks: * [MPH-145] - Upgrade mave-surefire/failsafe-plugin 2.21.0 * [MPH-146] - JavaDoc Issues / Code cleanups Dependency upgrades: * [MPH-147] - plexus-interactivity-api to 1.0-alpha-6 * [MPH-148] - Upgrade xstream to 1.4.10 * [MPH-149] - Upgrade jdom-legacy to jdom2 2.0.6 Enjoy, - The Apache Maven team