dddzzz wrote: > > Is it possible to deploy multi project as single war. Projects structure > looks similar to this: > > rootProject (packaging POM) > -commonRootProject (packaging POM) > --commonCoreProject (packaging JAR - for now) > --... > -serverRootProject (packaging POM) > --serverCoreProject (packaging JAR - for now) > --... > -clientRootProject (packaging POM) > --clientCoreProject (packaging JAR - for now) > --... > > How can I make a single WAR from this projects with maven2. web.xml is in > one of projects for now. >
I was thinking to use cargo-maven2-plugin but I dont want to merge multple web.xml files since everthing I nead is in one I have. -- View this message in context: http://www.nabble.com/Deploying-multi-project-as-single-war-tp14619903s177p14621256.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]
