[
https://issues.apache.org/jira/browse/FELIX-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828600#action_12828600
]
Stuart McCulloch commented on FELIX-2016:
-----------------------------------------
I can't reproduce this behavior locally - and looking at the code the potential
list of dependencies (ie direct vs. transitive) is solely determined by the
Embed-Transitive setting. I can only assume that it's something in your
Embed-Dependency setting that is not including the artifacts that you want -
whereas the global wildcard (*) will always match everything.
Please attach an example project that demonstrates the problem.
> Embed-Transitive not working reliably
> --------------------------------------
>
> Key: FELIX-2016
> URL: https://issues.apache.org/jira/browse/FELIX-2016
> Project: Felix
> Issue Type: Bug
> Components: Maven Bundle Plugin
> Affects Versions: maven-bundle-plugin-2.0.1
> Reporter: Michael Dürig
>
> <Embed-Transitive>true</Embed-Transitive> only includes the transitive
> dependencies when Embed-Dependency contains a wildcard pattern (i.e.
> <Embed-Dependency>*</Embed-Dependency>). Otherwise only the direct
> dependencies of the ones specified in the Embed-Dependency tag are included.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.