Greetings, I am having a lot of problems with the assembly plugin, using Maven 3.0.3 and m-assembly-p 2.2.1. My assembly descriptor and relevant pom.xml information can be found here: https://gist.github.com/1242745
With this configuration, I expect com.acme.proj:bootstrap and its dependencies to be placed directly, unpacked, in the final artifact. For com.acme.proj:war, I expect it to be placed directly, unpacked, in the final artifact BUT not its dependencies. The reason I want this is because my war artifact already contains everything it requires. The bootstrap artifact has lots of other dependencies which are required for proper execution (final assembly is an executable jar), e.g. slf4j, Apache Tomcat, etc. I hope I am just making a stupid mistake, any help on this is greatly appreciated. Thank you! -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
