The Apache Maven team is pleased to announce the release of the
Apache Maven Dependecy Plugin, version 3.5.0.

The dependency plugin provides the capability to manipulate artifacts. It
can copy and/or unpack artifacts from local or remote repositories to a
specified location.

https://maven.apache.org/plugins/maven-dependency-plugin/

You should specify the version in your project's plugin configuration:

1
2    org.apache.maven.plugins
3    maven-dependency-plugin
4    3.5.0
5

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-dependency-plugin/download.cgi

Release Notes - Maven Dependency Plugin - Version 3.5.0

  • Improvement

    • MDEP-831 - Remove not used dependencies / Replace parts
  • Task

    • MDEP-841 - Explicitly start and end tables with Doxia Sinks in report renderers
  • Dependency upgrade

Enjoy,

-The Apache Maven team