The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Analyzer Plugin, version 1.11.3

This plugin analyzes the dependencies of a project for undeclared and
unused artifacts.

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

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-dependency-analyzer</artifactId>
  <version>1.11.3</version>
</plugin>

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

https://maven.apache.org/shared/maven-dependency-analyzer/download.cgi


Release Notes - Maven Shared Components - Version
maven-dependency-analyzer-1.11.3

Improvement
[MSHARED-949] - dependency:analyze should recommend narrower scope
where possible

Task

[MSHARED-948] - Update link to Jira

Dependency upgrade
[MSHARED-932] - Remove JMock dependency


Enjoy,

-The Apache Maven team

Reply via email to