Apache Maven Shared Dependency Analyzer Version 1.7 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Dependency Analyzer Version 1.7
Analyzes the dependencies of a project for undeclared or unused artifacts.
You should specify the version in your project's dependency list:
1<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-dependency-analyzer</artifactId>
4 <version>1.7</version>
5</dependency>
Release Notes - Maven Dependency Analzyer Version 1.7
Bugs:
- MSHARED-428 - - maven-dependency-analyzer does not detect method references
- MSHARED-545 - - maven-dependency-analyzer fails on classes containing constant long or double
Improvements:
- MSHARED-412 - - Change the visibility of DefaultProjectDependencyAnalyzer's buildArtifactClassMap() from private to protected
- MSHARED-470 - - Upgrade maven-shared-components parent to version 22
- MSHARED-525 - - Upgrade maven-shared-components parent to version 30
Tasks:
- MSHARED-633 - - Upgrade plexus-component-metadata / plexus-component-annotation to 1.7.1
- MSHARED-634 - - Using maven-inovker 2.2 to ensure it works with all Maven versions on Windows
Enjoy,
-The Apache Maven team
Karl Heinz Marbaise