I'd suggest breaking your two webapps into exactly that, two separate subprojects with each maven.multiproject.type=war. What would be the benefits of not breaking these into two different wars?
Ryan -----Original Message----- From: Henrik Westergaard Hasnen [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: including multiproject in a multiproject Hi all In order to keep a nice structure of my project i would like to include a multiproject in a multiproject. Often you have a util, ejb and web subproject. What if the web project is a multiproject contaning 2 or more other webapplications. But I cant seem to get multiproject:install or multiproject:site to work for included multiprojects. I would like to do something like: maven.multiproject.type=multiproject Is that possible? /Henrik --------------------------------------------------------------------- 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]
