Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9 Released

[email protected] (Karl Heinz Marbaise) Thu, 29 Mar 2018 05:25:29 +0000 (UTC)
Newsgroups gmane.comp.apache.community.devel,gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user
Message-ID <20180329052530.0E9891844B__13520.4539321878$1522301012$gmane$org@minotaur.apache.org>
The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9
 
https://maven.apache.org/shared/maven-dependency-analyzer/

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

 
You should specify the version in your project's plugin configuration:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-analyzer</artifactId>
  <version>1.9</version>
</dependency>

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 1.9:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12342557

Bug:

 * [MSHARED-710] - JDK 9 / 10 Issue - Unknown constant pool type

Dependency upgrades:

 * [MSHARED-707] - Upgrade parent to 31
 * [MSHARED-708] - Upgrade org.ow2.asm:asm:6.0 to 6.1 JDK 10 issues

Enjoy,
 
-The Apache Maven team