help creating "multiple" artifacts using one pom.xml file (profile question)

2007-02-15 Thread VLADIMIR TERZIC
I have three artifacts (war files) that need deployed to two servers. I currently have a profile for each (to apply filters) and I am able to build them individually using the -P profile option. I have one antrun task in the build section that deploys one artifact based on the profile that is run

Re: help creating "multiple" artifacts using one pom.xml file (profile question)

2007-02-16 Thread Patrick Kimber
Hi Vladimir I have tried to answer your question on your other email... Patrick On 15/02/07, VLADIMIR TERZIC <[EMAIL PROTECTED]> wrote: I have three artifacts (war files) that need deployed to two servers. I currently have a profile for each (to apply filters) and I am able to build them indiv

Re: help creating "multiple" artifacts using one pom.xml file (profile question)

2007-02-16 Thread Valerio Schiavoni
Hi vladimir, On 2/15/07, VLADIMIR TERZIC <[EMAIL PROTECTED]> wrote: I would like to be able to build and deploy all of them at the same time. you could do a third profile, configuring the maven-deploy-plugin to perform the deploy with 2 (or more) different execution configurations. this is