Yes it is possible. The svn version of the war plugin does something like that, but I personally haven't used it. I currently create a war and exclude all jars etc. I think use the dependency plugin to unpack it early in by build lifecycle of the dependent war. Works like a charm for me. The only problem is I need to manually maintain the transitive dependencies of the wars.
-----Original Message----- From: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 11:28 AM To: Maven Users List Subject: [m2] question about reuse of war projects Hi there, Suppose you have a war artifact (a.war) created by project A and decide to reuse it in project B by copying 'a.war' content into 'b.war' and updating with new information. Does anybody know if this is possible using Maven ? I was wondering if I could have a template war project in order to reuse it in other projects. Any help will be appreciated. Dário --------------------------------------------------------------------- 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]
