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

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.2</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 Dependency Analyzer Plugin - Version 1.11.2

Bug

[MSHARED-792] - Maven Dependency Analyzer ignores Java 8 type
annotations on local variables

Improvement

[MSHARED-879] - make build Reproducible

Dependency upgrade

[MSHARED-810] - Support Java 12
[MSHARED-868] - Upgrade plexus-component-metadata to 2.1.0
[MSHARED-870] - Upgrade asm to 8.0.1

Enjoy,

-The Apache Maven team

Reply via email to