You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Felipe Kamakura <fe...@gmail.com> on 2008/05/29 22:05:21 UTC

Execute goal after build failure

Greetings,

Is there a way to execute a plugin goal IF a build fails?
My problem is that I Start my Weblogic 10 in the
*pre-integration-test*phase and Stop it in the
*post-integration-test* phase. But whenever a test of mine fails in the *
integration-test* phase, the *post-integration-phase* is never reached, and
then my weblogic is left up and running.

I tried the --fail-at-end option but it did not work =/

Any ideias?