The Apache Maven team is pleased to announce the release of the Maven
Help Plugin version 3.5.1.
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.5.1</version>
</plugin>
Release Notes - Maven Help Plugin - Version 3.5.1
** Improvement
* [MPH-193] - Document charset for evaluate goal file output
** Dependency upgrade
* [MPH-216] - Upgrade to Maven Reporting API 4.0.0
NOTE: Read the details on this release here:
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Enjoy,
-The Apache Maven team