[ 
https://issues.apache.org/jira/browse/FELIX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487212
 ] 

Niclas Hedhman commented on FELIX-267:
--------------------------------------

What about transitive dependencies?

If a blind pull of all transitive dependencies, it is likely the bundle will be 
filled by crap, as many POMs are crappy and doesn't make distinction between 
runtime, test and provided.

> Add runtime dependencies to the Bundle-ClassPath, and include them in the 
> bundle
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-267
>                 URL: https://issues.apache.org/jira/browse/FELIX-267
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: 0.8.0
>         Environment: N/A
>            Reporter: Stuart McCulloch
>             Fix For: 1.0.0
>
>
> The Pax-Wicket folks have suggested the maven-bundle-plugin should include 
> any runtime dependencies in the finished bundle, and that they should also 
> appear on the Bundle-ClassPath. Such dependencies are typically accessed via 
> Class.forName, which means they are not required at compile time, but are 
> also not provided by the framework or other bundles (hence the runtime scope).
> One solution would be to copy the jarfiles to a 'lib' directory under the 
> build, and add a Include-Resource: lib=lib option to the default properties. 
> Each jarfile would also need to be appended to the default Bundle-ClassPath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to