You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andy Feldman (Jira)" <ji...@apache.org> on 2021/05/29 03:18:00 UTC

[jira] [Comment Edited] (MDEP-644) Reintroduce the verbose option for dependency:tree

    [ https://issues.apache.org/jira/browse/MDEP-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353657#comment-17353657 ] 

Andy Feldman edited comment on MDEP-644 at 5/29/21, 3:17 AM:
-------------------------------------------------------------

There seems to be an issue with the version of this feature in HEAD, at least for some people. If you intend to use it, I recommend checking out HEAD to try it now. It's not hard to try it: just `git clone https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git`, run `mvn install` from that directory, and then set your repo's maven-dependency-plugin version to the snapshot version that you just installed.

There was some discussion of the issue on the Maven users list earlier this month: [https://lists.apache.org/thread.html/rc9464fe4f817897384777fd6bd79f6d8fb1805e7c02b062a0d525de3%40%3Cusers.maven.apache.org%3E|https://lists.apache.org/thread.html/rc9464fe4f817897384777fd6bd79f6d8fb1805e7c02b062a0d525de3%40%3Cusers.maven.apache.org%3E]


was (Author: renevith):
There seem to be an issue with the version of this feature in HEAD, at least for some people. If you intend to use it, I recommend checking out HEAD to try it now. It's not hard to try it: just `git clone https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git`, run `mvn install` from that directory, and then set your repo's maven-dependency-plugin version to the snapshot version that you just installed.

There was some discussion of the issue on the Maven users list earlier this month: [https://lists.apache.org/thread.html/rc9464fe4f817897384777fd6bd79f6d8fb1805e7c02b062a0d525de3%40%3Cusers.maven.apache.org%3E|https://lists.apache.org/thread.html/rc9464fe4f817897384777fd6bd79f6d8fb1805e7c02b062a0d525de3%40%3Cusers.maven.apache.org%3E]

> Reintroduce the verbose option for dependency:tree
> --------------------------------------------------
>
>                 Key: MDEP-644
>                 URL: https://issues.apache.org/jira/browse/MDEP-644
>             Project: Maven Dependency Plugin
>          Issue Type: New Feature
>          Components: tree
>            Reporter: John Lin
>            Assignee: Elliotte Rusty Harold
>            Priority: Major
>              Labels: intern
>             Fix For: 3.1.3
>
>
> The verbose option for dependency:tree is removed in maven-dependency-plugin 3.0. This issue is to reintroduce the option.
> In verbose mode the dependency tree shows dependencies that were omitted for: being a duplicate of another; conflicting with another's version and/or scope; and introducing a cycle into the dependency tree.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)