You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brian Fox <br...@apache.org> on 2009/01/11 01:45:13 UTC

[ANN] Maven Dependency Plugin 2.1 and Maven Dependency Analyzer 1.1 released

The Maven team is pleased to announce the release of the Maven
Dependency Plugin, version 2.1

This plugin is used to copy and unpack artifacts and dependencies. It
also provides visualization and optimization tools for your project
dependencies.

http://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>2.1</version>
</plugin>


Release Notes - Maven 2.x Dependency Plugin - Version 2.1


** Bug
    * [MDEP-150] - Indeterministic artifact ordering can cause bogus warnings
    * [MDEP-180] - Copy-dependencies useRepositoryLayout doesn't match
with maven layout
    * [MDEP-181] - useRepositoryLayout does not create proper repository layout
    * [MDEP-183] - Unpack goal cannot unpack sar files.

** Improvement
    * [MDEP-148] - Use Set.contains() rather than manual iteration to
check for containment of class in artifact
    * [MDEP-151] - Use File(URI) for converting from URI to File
    * [MDEP-157] - "Unpack xxxto yyy" space

** New Feature
    * [MDEP-178] - Create a goal to download single artifact transitively


Enjoy,

-The Maven team

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