Apache Shared Component: Maven Dependency Analyzer version 1.5 Released

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

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

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-dependency-analyzer</artifactId>
4  <version>1.5</version>
5</plugin>

Release Notes

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