I don't know if you can call a plugin execution based on its id (this would
sound a sensible thing to do), but what I know you can do is call the phase
your plugin is bound to. Generally, if you phase is carefully chosen, that
whould be enough: executing the plugin outside of a given phase means your
build isn't completly predictable.

Denis


Andrius Ĺ abanas wrote:
> 
> Denis Cabasson wrote:
>> <exections>
>>   <execution>
>>     <id>0</id>
>>     <phase>....</phase>
>>     <configuration>...</configuration>
>>   </execution>
>>   <execution>
>>     <id>1</id>
>>     ...
>>   </execution>
>> </executions>
>> 
>> Denis.
> 
> Hello,
> 
> Is it possible to independently launch a single plugin execution from 
> the command like, for example: "mvn antrun:run", and specify an 
> execution id somehow?
> 
> Andrius
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-m2--Maven-Antrun-Multiple-Executions-tf2121980.html#a5854945
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to