[ 
https://issues.apache.org/jira/browse/MNG-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Heinz Marbaise closed MNG-6162.
------------------------------------
    Resolution: Not A Problem

Unfortunately no feedback etc. So I close this issue.

> Maven dependency:tree doesn't show transitive dependencies of 
> <type>war</type> dependency 
> ------------------------------------------------------------------------------------------
>
>                 Key: MNG-6162
>                 URL: https://issues.apache.org/jira/browse/MNG-6162
>             Project: Maven
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.3.9
>            Reporter: Marek Gregor
>            Priority: Major
>
> When I have following dependency:
> {code:xml}
> <dependency>
>   <groupId>com.company.project</groupId>
>   <artifactId>project-war-artifact</artifactId>
>   <version>1.0-SNAPSHOT</version>
>   *<type>war</type>*
> </dependency>
> {code}
> then running dependency:tree will print:
> {noformat}
> com.company.project:complete-web:war:1.0-SNAPSHOT
> [INFO] +- com.company.project:project-war-artifact:war:1.0-SNAPSHOT:compile
> [INFO] +-...
> {noformat}
> but will not show transitive dependencies of module project-war-artifact. In 
> spite of this state, transitive dependencies are correctly bundled to final 
> artifact  (in this case complete-web.war).



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

Reply via email to