I'd like to remove the specified execution when '-Dignore' option appeared.
For example, 'mvn -U clean package -Dignore=A'
...
<executions>
  <execution><id>A</id></execution>
  <execution><id>B</id></execution>
</executions>
...

Is it possible?

-- 
B. Regards,
Edward J. Yoon

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

Reply via email to