Re: Deploying multi project as single war

2008-01-04 Thread Nick Stolwijk
First thing, why do you want it to be in a single war, instead of a single war, with libraries inside? (Often, it is an eye opener to why you want something, instead of focusing on what you are trying to do) Secondly, yes, it is possible, but not at all pretty or easy. You have to work with t

Re: Deploying multi project as single war

2008-01-04 Thread dddzzz
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) > --serverCorePro

Re: Deploying multi project as single war

2008-01-04 Thread dddzzz
I want classes and resources from all projects to end up in single WAR. Is that possible with described project structure. -- View this message in context: http://www.nabble.com/Deploying-multi-project-as-single-war-tp14619903s177p14620408.html Sent from the Maven - Users mailing list archive a

RE: Deploying multi project as single war

2008-01-04 Thread nicklist
If you want to make a war of one of the projects, make a packaging war of it. It will copy all dependencies as jars inside the WEB-INF/lib directory, effectively creating one WAR deployment for deployment to remote repositories or application servers (Which deploy do you mean?). Also, copy your