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-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org