[
https://issues.apache.org/jira/browse/MDEP-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MDEP-351.
-------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> dependency:tree is not resolved on assembly project with ear dependency type
> ----------------------------------------------------------------------------
>
> Key: MDEP-351
> URL: https://issues.apache.org/jira/browse/MDEP-351
> Project: Maven Dependency Plugin
> Issue Type: Bug
> Components: tree
> Affects Versions: 2.4
> Environment: Maven 3.0.4, Windows Vista
> Reporter: Eric TOUTUT
> Attachments: assembly-projects.zip
>
>
> I'd like to get complete dependency:tree on an assembly project that depends
> on ear artifacts
> When dependency type is ear, the tree ends at 1st level :
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ assembly ---
> [INFO] demo.assembly:assembly:pom:1.0-SNAPSHOT
> [INFO] \- demo.assembly:deploy:ear:1.0-SNAPSHOT:compile
> If i change dependency type to pom, the tree is complete (i see ear's
> modules) :
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ assembly ---
> [INFO] demo.assembly:assembly:pom:1.0-SNAPSHOT
> [INFO] \- demo.assembly:deploy:pom:1.0-SNAPSHOT:compile
> [INFO] \- demo.assembly:webservice:ejb:1.0-SNAPSHOT:compile
> [INFO] \- javax.ejb:ejb-api:jar:3.0:compile
> Best regards
> Eric
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)