The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin version 3.4.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.4.0</version>
</plugin>


Release Notes - Maven Dependency Plugin - Version 3.4.0

** Bug
    * [MDEP-806] - Dependency tree in verbose mode for war is empty
* [MDEP-809] - Javadoc was not updated to reflect that :tree's verbose option is now ok

** New Feature
    * [MDEP-782] - Add a <stripType> option to unpack goals
* [MDEP-804] - Allow auto-ignore of all non-test scoped dependencies used only in test scope

** Improvement
    * [MDEP-602] - Turn warnings into errors instead of failOnWarning
* [MDEP-674] - maven-dependency-plugin should leverage plexus-build-api to support IDEs
    * [MDEP-716] - TestListClassesMojo logs too much
    * [MDEP-827] - Use outputDirectory from AbstractMavenReport

** Dependency upgrade
    * [MDEP-813] - Require Maven 3.2.5
    * [MDEP-814] - Bump mrm-maven-plugin from 1.2.0 to 1.4.1
    * [MDEP-815] - Upgrade Parent to 37
    * [MDEP-817] - Bump maven-common-artifact-filters from 3.2.0 to 3.3.1
    * [MDEP-818] - Bump plexus-io from 3.2.0 to 3.4.0
    * [MDEP-821] - Bump mockito-core from 4.3.1 to 4.7.0
    * [MDEP-822] - Bump maven-dependency-tree from 3.1.0 to 3.2.1
    * [MDEP-823] - Bump maven-dependency-analyzer from 1.12.0 to 1.13.0
    * [MDEP-824] - Bump plexus-utils from 3.4.1 to 3.5.0
    * [MDEP-825] - Bump mockito-core from 4.7.0 to 4.9.0
    * [MDEP-826] - Upgrade maven-reporting-impl from 3.1.0 to 3.2.0
    * [MDEP-834] - Bump maven-common-artifact-filters from 3.3.1 to 3.3.2
    * [MDEP-836] - Bump plexus-archiver from 4.2.2 to 4.6.0


Enjoy,

-The Apache Maven team

Reply via email to