Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Apache Maven Dependency Plugin Version 3.0.1 Released #68

Closed
venusdrogon opened this issue May 18, 2017 · 0 comments
Closed

Apache Maven Dependency Plugin Version 3.0.1 Released #68

venusdrogon opened this issue May 18, 2017 · 0 comments
Assignees
Milestone

Comments

@venusdrogon
Copy link
Owner

venusdrogon commented May 18, 2017

http://blog.soebes.de/blog/2017/05/16/apache-maven-dependency-plugin-version-3-dot-0-1-released/

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

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.1</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.0

Bugs:

MDEP-409 – – dependency:tree fails for a multi-module project where one module depends on another and “mvn install” has not been run yet
MDEP-419 – – dependency:list, dependency:build-classpath and dependency:tree result with the different dependencies order
MDEP-428 – – Unpack goal does not fail build when destination could not be created and unpacks to current working directory instead
MDEP-471 – – Java 8 Method references are not detected
MDEP-548 – – The get Mojo doesn’t resolve the artifact when setting transitive to false
MDEP-565 – – Upgrade maven-artifact-transfer to version 0.9.1
Documentation:

MDEP-534 – – Document format of mojo parameter ‘artifact’
Improvements:

MDEP-482 – – Can’t use both outputProperty and outputFile in build-classpath mojo
MDEP-563 – – Print dependency:resolve-plugins output just like other goal output
MDEP-566 – – Upgrade maven-common-artifact-filter to version 3.0.1
MDEP-567 – – Upgrade to maven-dependency-tree to 3.0.1
New Feature: * MDEP-500 – – Print GAV information in console output during dependency:resolve-plugins execution

Task:

MDEP-547 – – Remove some old (404) links from site
Reporters of this Release:

Elias Elmqvist Wulcan MDEP-534
Andrew Wright MDEP-500
Dagan Sandler MDEP-482
Ben Hardy MDEP-471
Dave Moten MDEP-428
Julien Boulay MDEP-419
Eric Pabst MDEP-409
Many thanks to all reporters/contributors/testers of this release.

Enjoy,

-The Apache Maven team

Posted by Karl-Heinz Marbaise May 16th, 2017 BM, Maven, Maven-Plugin-Releases, Maven-Plugins, Neuigkeiten

Tweet

@venusdrogon venusdrogon self-assigned this May 18, 2017
@venusdrogon venusdrogon added this to the 1.10.3 milestone May 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant