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

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

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

1
2  org.apache.maven.shared
3  maven-dependency-analyzer
4  1.13.0
5

You can download the appropriate sources etc. from the download page:

Release Notes - Maven Shared Components - Version 1.13.0

  • Bugs:

    • MSHARED-1037 - method type signature should not add be added to classes
    • MSHARED-1038 - Inner classes are in same compilation unit as container class
    • MSHARED-1039 - Array parsing is incorrect
  • Improvements:

    • MSHARED-1035 - Get rid of maven-plugin-testing-tools for IT test
    • MSHARED-1036 - Project classes are analyzed many times
  • Task:

  • Dependency upgrades:

Enjoy,

-The Apache Maven team