|
||||||||||||||
|
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 |
||||||||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


I can reproduce the issue in several artifacts. It comes down to the definition of the Embed-Dependency property:
<Embed-Dependency>*;scope=compile</Embed-Dependency>
works as expected: only artifacts with scope compile are embedded.
<Embed-Dependency>!org.amdatu.opensocial;scope=compile</Embed-Dependency>
is broken. It should include all artifacts with scope compile AND it should not include the artifact org.amdatu.opensocial. However, what happens is that it includes artifacts with ALL scopes, including provided.