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 ? Thanks for help Regards --Filippo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

