Marek Gregor created MNG-6162: --------------------------------- Summary: 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
When I have following dependency: <dependency> <groupId>com.company.project</groupId> <artifactId>project-war-artifact</artifactId> <version>1.0-SNAPSHOT</version> *<type>war</type>* </dependency> then running dependency:tree will print: com.company.project:complete-web:war:1.0-SNAPSHOT [INFO] +- com.company.project:project-war-artifact:war:1.0-SNAPSHOT:compile [INFO] +-... but will not show its transitive dependencies, but in spite of this, transitive dependencies are correctly bundled to final artifact (in this case complete-web.war) -- This message was sent by Atlassian JIRA (v6.3.4#6332)