Martin He created MASSEMBLY-799:
-----------------------------------
Summary: Exclusion on wildcard, then the assembly would still
package included the excluded libraries
Key: MASSEMBLY-799
URL: https://issues.apache.org/jira/browse/MASSEMBLY-799
Project: Maven Assembly Plugin
Issue Type: Bug
Components: filtering
Affects Versions: 2.6
Reporter: Martin He
Assembly could not recognize the
...
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
...
in the <dependencies>, so would default assemble all the transitive jars to the
package.
I need to specify every exclusion to make this work...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)