You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/02/02 14:06:19 UTC

[jira] Resolved: (FELIX-2016) Embed-Transitive not working reliably

     [ https://issues.apache.org/jira/browse/FELIX-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved FELIX-2016.
----------------------------------

    Resolution: Not A Problem

This turns out to be invalid. Documentation should be clearer though:

AFAIU with 

<Embed-Transitive>true</Embed-Transitive>

the plugin does first build the set of transitive dependencies and then matches the patterns in the Embed-Dependency tag against these. 

I understood it as the plugin first matches the pattern against the direct dependencies and then also includes the transitives of these matches (which would be more useful IMO). 

> 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.