Thanks for the reply. What I would like to be able to do is copy the classes from from the other modules target/classes directories into the war's target/classes directory. I would also like to stop the package phase of the jars since I will not be using them and make the build go faster. It is a very large project.
Is this possible? stojcevicht wrote: > > You can use the dependency:unpack > http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html > to unpack the classes from the jars. > > --------------------------------------------------------------------- > > > -- View this message in context: http://www.nabble.com/Building-war-with-multi-module-classes-and-no-module-jars-tp14332309s177p14338754.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]
