The Maven team is pleased to announce the release of Maven Dependency Tree, version 1.2
This component constructs a tree model of a Maven project's dependencies. http://maven.apache.org/shared/maven-dependency-tree/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> <version>1.2</version> </plugin> Release Notes - Maven Shared Components - Version maven-dependency-tree 1.2 ** Improvement * [MSHARED-5] - Track selectVersionFromRange event in dependency tree nodes ** Various other bug fixes Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
