You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2017/05/11 20:59:28 UTC

[ANN] Apache Maven Shared Component: Maven Dependency Tree Version 3.0.1 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Dependency Tree 3.0.1.
 
https://maven.apache.org/shared/maven-dependency-tree/

A tree-based API for resolution of Maven project dependencies.

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

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/maven-dependency-tree/download.cgi
 
Release Notes Maven Dependency Tree 3.0.1

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


Bug:

 * [MSHARED-437] - maven-dependency-tree removes optional flag from managed dependencies

Improvements:

 * [MSHARED-526] - Upgrade maven-shared-components parent to version 30
 * [MSHARED-615] - Change characters used to diplay trees to make relationships clearer
 
Enjoy,
 
-The Apache Maven team

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