Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.1.1
-
Web - Chrome
Description
The examples/resolving-conflicts-using-the-dependency-tree page offers hope that John Lin has worked on MDEP-644:
Resolving conflicts using the dependency tree
A project's dependency tree can be expanded to display dependency conflicts. For example, to find out why Commons Collections 2.0 is being used by the Maven Dependency Plugin, we can execute the following in the project's directory:
# mvn dependency:tree -Dverbose -Dincludes=commons-collections
The verbose flag instructs the dependency tree to display conflicting dependencies that were omitted from the resolved dependency tree. In this case, the goal outputs:...
Alas, it is not so, as MDEP-374 explains.
That page should perhaps be deleted.
Attachments
Issue Links
- relates to
-
MDEP-671 Unsupported verbose option still appears in docs
- Closed