The Apache Maven team is pleased to announce the release of the Maven
Invoker Plugin version 3.8.1.
https://maven.apache.org/plugins/maven-invoker-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.8.1</version>
</plugin>
Release Notes - Maven Invoker Plugin - Version 3.8.1
** Dependency upgrade
* [MINVOKER-371] - Upgrade to Doxia 2.0.0 GA Stack
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