I am trying to create an example wrapper bundle around and existing jar file using maven-bundle-plugin (1.1.0-SNAPSHOT). I exported some packages from this embedded jar so that they can be used in other bundles. I found out that the bundle plug-in copies and packages these exported class files into bundle while including the jar file. Is there a way to suppress this duplication of code as this code is part of the embedded jar
Thanks, -Ravi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

