The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin version 3.8.1.

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.1</version>
</plugin>


Release Notes - Maven Dependency Plugin - Version 3.8.1

** Bug
    * [MDEP-956] - silent parameter is not taken into account

** New Feature
* [MDEP-957] - Special case slf4j-simple et al to not report used but undeclared

** Improvement
    * [MDEP-932] - Don't log successful file copies

** Test
    * [MDEP-930] - runTreeMojo in TestTreeMojo ignores encoding

** Dependency upgrade
    * [MDEP-958] - maven-dependency-analyzer to 1.15.0
    * [MDEP-961] - 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to