Issue Type: Improvement Improvement
Affects Versions: 2.2
Assignee: Unassigned
Components: sar
Created: 08/Feb/13 12:23 PM
Description:

I would like to achieve the same effect as for WAR/EAR projects: transitive dependencies are removed from dependency tree.

The usecase for that: in my project EAR and SAR are aggregated into another module, as shown here:

[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ web-amf ---
[INFO] org.company.project:web-amf:amf:1.0.2
[INFO] +- org.company.project:web-ear:ear:1.0.2:compile
[INFO] \- org.company.project:web-ds:sar:1.0.2:compile
[INFO]    \- net.sourceforge.jtds:jtds:jar:1.2.7:runtime
             ^^^^^^ unwanted transitive dependency ^^^^^

jtds:jar is visible and processed together with web-amf:amf and web-ds:sar. However as jtds:jar is already included into web-ds:sar, there is no need to "propagate" it up in the tree.

MNG-1991 is a discussion about the same feature but with opposite effect.

Project: Maven 2.x JBoss Packaging Plugin
Priority: Minor Minor
Reporter: Dmitry Katsubo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to