You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Elliotte Rusty Harold <el...@apache.org> on 2020/09/16 18:36:33 UTC

[ANN] Apache Maven Dependency Analyzer Plugin 1.11.3 Released

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Apache Maven Dependency Analyzer Plugin 1.11.3 Released

Posted by Alexander Kriegisch <al...@kriegisch.name>.
> [MSHARED-949] - dependency:analyze should recommend narrower scope
> where possible

This sounds interesting. Two related questions:

  1. Will dependency-managing the version to 1.11.3 make Maven
     Dependency Plugin automatically use the new feature?

  2. Will there be a new release of Maven Dependency Plugin utilising
     the latest version of Maven Dependency Analyzer?

Thanks in advance :-)
-- 
Alexander Kriegisch
https://scrum-master.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org