Re: fail-at-end not working

2011-03-25 Thread Anders Hammar
It is exactly what you want! :-) /Anders On Fri, Mar 25, 2011 at 16:08, Asmann, Roland wrote: > I just found that one, will take a look at it. But it seems to be > exactly what I need. > > Thanks! > > Roland > > > On 25.03.2011 16:05, Anders Hammar wrote: > > You should use the failsafe-plugin,

Re: fail-at-end not working

2011-03-25 Thread Asmann, Roland
I just found that one, will take a look at it. But it seems to be exactly what I need. Thanks! Roland On 25.03.2011 16:05, Anders Hammar wrote: > You should use the failsafe-plugin, which has separate goals for performing > the tests and verifying the outcome. That will make it possible to sto

Re: fail-at-end not working

2011-03-25 Thread Anders Hammar
You should use the failsafe-plugin, which has separate goals for performing the tests and verifying the outcome. That will make it possible to stop your app server before verifying. The plugin site describes this quite well. /Anders On Fri, Mar 25, 2011 at 15:21, Asmann, Roland wrote: > Hi all,

fail-at-end not working

2011-03-25 Thread Asmann, Roland
Hi all, I am using Maven 2.2.1 and I need to have my build run until the very end because I am running integration tests that start and stop my JBoss. Currently, when a test has a failure/error, the build quits and my JBoss keeps on running. I tried adding the '-fae' parameter, but this does no