Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Apache Maven Shared Component: Maven Dependency Tree Version 2.2 Released

$
0
0
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Dependency Tree Version 2.2

http://maven.apache.org/shared/maven-dependency-tree/

Analyzes the dependencies of a project for undeclared or unused artifacts.

<plugin>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>2.2</version>
</plugin>

Bugs:

* [MSHARED-326] - Patch that enables all maven-dependency-tree ITs
* [MSHARED-336] - Create a method in the DependencyGraphBuilder that accepts the
reactor projects to collect unbuilt dependencies

Improvement:

* [MSHARED-349] - Upgrade maven version to 2.2.1

Enjoy,

-The Maven team

Karl-Heinz Marbaise

Viewing all articles
Browse latest Browse all 5648

Trending Articles