Re: catch block like behavior

2012-08-23 Thread Pascal Rapicault
Thx. On 2012-08-23, at 12:49 PM, Hilco Wijbenga wrote: > On 23 August 2012 05:56, Pascal Rapicault wrote: >> 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

Re: catch block like behavior

2012-08-23 Thread Hilco Wijbenga
On 23 August 2012 05:56, Pascal Rapicault wrote: > 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 b

Re: catch block like behavior

2012-08-23 Thread Pascal Rapicault
Sadly not and requesting a fix from this particular vendor will take time that I don't have before shipping. It almost sound easier to me to add the feature in maven :) Oh well, next time :) On 2012-08-23, at 12:09 PM, Wayne Fay wrote: >> I'm well aware that this is not a great practice but this

Re: catch block like behavior

2012-08-23 Thread Wayne Fay
> I'm well aware that this is not a great practice but this is the only > pragmatic solution to trick the desired mojos into doing what I want. Using > bash scripts would end up being worst since then I would have to have such a > script into every level where the build can be fired from. Are thos

Re: catch block like behavior

2012-08-23 Thread Pascal Rapicault
I'm well aware that this is not a great practice but this is the only pragmatic solution to trick the desired mojos into doing what I want. Using bash scripts would end up being worst since then I would have to have such a script into every level where the build can be fired from. Anyway, thanks

Re: catch block like behavior

2012-08-23 Thread John Kramer
>Am 23.08.2012 14:56, schrieb Pascal Rapicault: >> 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 e

Re: catch block like behavior

2012-08-23 Thread Thomas Scheffler
Am 23.08.2012 14:56, schrieb Pascal Rapicault: > 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

Re: catch block like behavior

2012-08-23 Thread Stephen Connolly
No. On 23 August 2012 13:56, Pascal Rapicault 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

catch block like behavior

2012-08-23 Thread Pascal Rapicault
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 subse