Anton Lundin created MASSEMBLY-786:
--------------------------------------
Summary: dependencySet with transitive dependencies doesn't honor
dependency excludes.
Key: MASSEMBLY-786
URL: https://issues.apache.org/jira/browse/MASSEMBLY-786
Project: Maven Assembly Plugin
Issue Type: Bug
Reporter: Anton Lundin
We have some projects which dependencies "leaks" out which isn't necessary
there.
Thats why we use <dependency>.. <exclusions> <exclusion> ... </dependency> to
"prune" those off on the consuming site.
Later when assembly consumes artifacts which contains those exclusions it
doesn't exclude those and continues up the dependency tree.
That causes our assembly build which should consume about 3Gb of dependencies
to consume 30Gb.
I can make the final assembly look right with include/exclude-rules, but the
workspace needed is way to big.
The assembly plugin should honor exclusions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)