Hi,
I use the following code to activate a profile while performing a release :

     <activation>
       <property>
         <name>performRelease</name>
         <value>true</value>
       </property>
     </activation>

I would like to do such a profile activated while deployment process (with maven-deploy-plugin/), is there a property set so I can do the same as above ?

Julien

Reply via email to