Re: running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2008-01-28 Thread shep
one by default. How >> to run this profile only when using maven-deploy-plugin ? Is there a >> property set by this plugin ? >> >> Then, I would like to run multiple times a same plugin with various >> parameters, all this in a single call to mvn i

Re: running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2007-11-02 Thread Saritha SV
Hi For running multiple times a same plugin with various parameters , you can use profiles . http://maven.apache.org/guides/introduction/introduction-to-profiles.html this will give you an intro to build profiles . You can use different profiles in pom.xml , with the same plugin having differen

running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2007-11-02 Thread Julien CARSIQUE
Hi, I would like to zip our generated ear and attach it but only when deploying to our archiva (for snapshot deployment and release). I actually use build-helper-maven-plugin to attach the zip file but had to associate it to a specific profile so it isn't done by default. How to run this profi