You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen Connolly <st...@gmail.com> on 2012/08/23 14:54:06 UTC

Re: catch block like behavior

No.

On 23 August 2012 13:56, Pascal Rapicault <pa...@rapicault.net> wrote:

> Hi,
>
> I would like to know if there is a way to have a plugin be executed right
> at the end of the build no matter what.
> The situation I have is as follow. Early on in the build I rename a file
> from a.txt.off to a.txt and at the end I rename it back such that no
> problems are being caused for subsequent builds. This works great when the
> module build is executed in its entirety, however when it fails part way
> through, then the file is not renamed and subsequent build fails.
> Therefore my question, is there a way to enforce the execution of a plugin
> no matter what.
>
> Thx
>
> Pascal
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>