The Apache Maven team is pleased to announce the release of the Maven
Dependency Plugin version 3.8.0.
https://maven.apache.org/plugins/maven-dependency-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
</plugin>
Release Notes - Maven Dependency Plugin - Version 3.8.0
** Task
* [MDEP-913] - dependency:collect missing from index page
** Dependency upgrade
* [MDEP-903] - Upgrade to Doxia 2.0.0 Milestone Stack
* [MDEP-951] - Upgrade to Parent 43
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