Apache Maven Shared Dependency Analyzer Version 1.13.0 Released

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<dependency>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-dependency-analyzer</artifactId>
4  <version>1.13.0</version>
5</dependency>

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