On 11/09/2007, Oisin Hurley <[EMAIL PROTECTED]> wrote: > > > for importing i am using <Private-Package>, which includes all maven > > dependencies. the first level dependency artifacts (see > > commons-httpclient) get included but the transitive dependencies (as > > commons-httpclient --->commons-coded) not. is that a bug or do i need to > > enable this option somewhere? > > The article at > > > http://cwiki.apache.org/confluence/display/FELIX/Maven+Bundle+Plugin+%28BND%29 > > mentions the 'bundleall' goal for including transitive dependencies, maybe > try that?
FYI: bundleall will bundle transitive dependencies up as individual bundles, it won't embed them inside a single bundle best regards > Oisin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

