You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud Héritier <ah...@apache.org> on 2012/11/26 07:53:27 UTC

[ANN] Maven Dependency Analyzer 1.3 Released

The Maven team is pleased to announce the release of the Maven Dependency Analyzer, version 1.3

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

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

You should specify the version in your project's dependency configuration:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-dependency-analyzer</artifactId>
  <version>1.3</version>
</dependency>


Release Notes - Maven Dependency Analyzer - Version 1.3

Improvement
* [MSHARED-207] update to Java 5

New Feature
* [MSHARED-253] add a way to force used dependencies when they are detected as unused (because of bytecode analysis)

Task
* [MSHARED-209] update asm version


Enjoy,

-The Maven team

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