Hello, I use Maven 2 to package my solution which contains several projects. I am in the project A which have dependencies with B and C projects.
In my pom.Xml for A project that I wish package I have mentionned an assembly file which lets me to generate a global zip archive containing : - libs/ directory containing jar from B and C projects - libs/libsext directory containing externals jar that are in dependency - resources/ directory containing resources from A project which are containing in src/main/resources on this project When I generate jar from A project, I would like to exclude these resources (containing in src/main/resources) from my jar. For the moment, I haven't found a solution. There is a possibility to make that ? Thanks for your help. Sylvain -- View this message in context: http://www.nabble.com/Exclude-resources-during-jar-generation-tp22707492p22707492.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
