You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/09/14 19:35:47 UTC

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.5 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.5

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

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

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

Bugs:

 * [MSHARED-285] - Port tests to JUnit 4.11
 * [MSHARED-307] - Performance: The implementation of DefaultClassAnalyzer unnecessarily scans jar files bodies
 * [MSHARED-323] - DefaultProjectDependencyAnalyzer does not correctly transform Files with Spaces to URLs
 * [MSHARED-327] - maven-dependency-analyzer not compatible with Java 8

Enjoy,

-The Maven team
Karl-Heinz Marbaise

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