Sorry for asking a question I KNOW has been answered before. Apparently my Google, Bing, and mail-archive.com foo is not strong enough to uncover the answer.
I'm using <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> to produce an OSGI bundle. Everything is working except I want to remove the output information from <output.jar>\META-INF\maven\ Basically, I do not want to produce an OSGI jar with the pom.properties and pom.xml meta data in the output. Can this be done without intrusively opening the jar, removing the subfolder and re-zipping? Keywords (for future mail searchers!): remove exclude ignore pom.xml pom maven mvn metadata META-INF osgi pom.properties Thanks, Zach --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

