Hi,

Is there a way to override a plugin goal in the maven.xml and call the plugin 
goal with the same name?
Something like the super call in Java.

Next code causes an infinite recursive call.
In maven.xml:

<goal name="war:war">

  <!-- do something -->

  <!-- call the war:war goal in the war plugin -->
  <attainGoal name="war:war"/>

</goal>

Regards

Carlos Sanchez
A Coru�a, Spain
http://www.jroller.com/page/carlossg


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

Reply via email to