I do exactly this and I use the dependency-maven-plugin: http://mojo.codehaus.org/dependency-maven-plugin
I unpack the war to the output location during the generate-sources phase. -----Original Message----- From: "Cristiano V. Gavião" [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 7:25 PM To: Maven Users List Subject: Re: Multiproject support in Maven 2 Hi, Im studing m2 and something is not yet clear in my mind.... How can I "merge" the contents of the common-war project module with a common-resources project. This resource project has only tlds, css and other web stuffs... I want this merge be done before the war file be generated... I want every resource project being merged in only one war Can you helpme please... thanks Cristiano Gavião Mick Knutson escreveu: > <modules> > <module>common-jar</module> > <module>common-war</module> > <module>common-managers</module> > <module>sequence-generator</module> > <module>properties-configuration</module> > </modules> > > > ---------------------------------------------------------------------- > ---------- > > Thanks > Mick Knutson > > http://www.BASELogic.com > http://www.MickKnutson.com > > MSN Messenger: [EMAIL PROTECTED] > > ---------------------------------------------------------------------- > ---------- > > > ----- Original Message ----- From: > <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, January 24, 2006 1:52 PM > Subject: Multiproject support in Maven 2 > > >> Hi, >> Anybody knows if multiproject or equivalent plug-in is supported in >> Maven 2? >> Thanks, >> AJ >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
