On 25 Sep 2012, at 11:11, Filippo Balicchia wrote: > Hi, > I try repackaging a jar that use org.apache.commons.lang . > I have instruct maven-bundle-plugin to export only some of the packages. > But When I check the jar product i see org.apache.commons.lang as > export package. > > I try to instruct maven-bundle-plugin to not export org.apache.commons.lang > with > <Export-Package>list of my package, !org.apache.commons.lang</Export-Package> > > but i ignore me. > > What is my mistake ?
Could you provide the full maven-bundle-plugin section from your pom.xml? (or even better the entire pom.xml, as long as it doesn't contain confidential material) > Thanks for help > > Regards > > --Filippo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

