You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2017/09/14 17:22:08 UTC

[ANN] Apache Maven Dependency Plugin Version 3.0.2 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Dependency Plugin Version 3.0.2.
 
https://maven.apache.org/plugins/maven-dependency-plugin/

Important Note since 3.0.0:

 * Maven 3.X only
 * JDK 6 minimum requirement

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

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 3.0.2

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227&version=12338874

Bugs:

 * [MDEP-571] - JDK9: Issue with list goal fails with java.lang.NoSuchMethodException
 * [MDEP-573] - "purge-local-repository -Dinclude" does not work as described
 * [MDEP-577] - dependency:list doesn't show module name
 * [MDEP-583] - Failed to create release on JDK 8 based on JavaDoc issues

Improvements:

 * [MDEP-578] - Add message in case module name cannot be extracted from jar.
 * [MDEP-580] - Recognize source of name for automatic modules

Task:

 * [MDEP-581] - Downgrade maven-artifact-transfer to release version instead of SNAPSHOT

Many thanks to all reporters/contributors/testers of this release.

Enjos,
 
-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org