You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Lin (JIRA)" <ji...@apache.org> on 2019/03/27 05:42:00 UTC

[jira] [Comment Edited] (MDEP-639) Not showing omitted dependencies when running dependency:tree verbose

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

John Lin edited comment on MDEP-639 at 3/27/19 5:41 AM:
--------------------------------------------------------

It seems that it is expected: [https://github.com/apache/maven-dependency-plugin/pull/4/files|https://github.com/apache/maven-dependency-plugin/pull/4/files.]. They removed the verbose option since maven-dependency-plugin 3.0.


was (Author: johnlinp):
It seems that it is expected: [https://github.com/apache/maven-dependency-plugin/pull/4/files|https://github.com/apache/maven-dependency-plugin/pull/4/files.]. They removed the verbose option in Maven 3.0.

> Not showing omitted dependencies when running dependency:tree verbose
> ---------------------------------------------------------------------
>
>                 Key: MDEP-639
>                 URL: https://issues.apache.org/jira/browse/MDEP-639
>             Project: Maven Dependency Plugin
>          Issue Type: Bug
>          Components: tree
>    Affects Versions: 3.1.1
>         Environment: Ubuntu 18.04.1 LTS (64-bit) Bionic Beaver Linux 4.15.0-44-generic x86_64
>            Reporter: Grzegorz Solecki
>            Priority: Major
>
> When you run:
> {code:sh}
> $ mvn dependency:tree -Dverbose
> {code}
> it does not show omitted dependencies.
> It happens for version 3+.
> When I change to 2.10 it is working flawlessly
> Environment details:
> {code:sh}
> $ mvn -version
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T14:41:47-04:00)
> Maven home: /home/grzsol1/dev/tls/mvn/current
> Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /home/grzsol1/dev/jdk/jdk1.8.0_191/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.15.0-44-generic", arch: "amd64", family: "unix"
> Ubuntu 18.04.1 LTS (64-bit) Bionic Beaver Linux 4.15.0-44-generic x86_64
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)