venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

Apache Maven Dependency Plugin Version 3.0.2 Released #110

Closed venusdrogon closed 7 years ago

venusdrogon commented 7 years ago

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

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:

<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 – Version 3.0.2

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 Enjoy,

-The Apache Maven team