> 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? best regards Oisin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

