On 4/28/07, Si'mon <[EMAIL PROTECTED]> wrote:
When a JUnit test fails I would like Maven:surefire to exit and not run additional tests. Anyone know how to do this? It keeps going for some time and then stops but I want it to come to a screeching halt right then.
As Wayne suggests this sounds reasonable, but what is your reasoning behind it? It's most likely because running surefire-report:report re-runs the lifecycle again, which is damn annoying. There is a patch which creates surefire-report:report-only which only generates the reports, you must have already run surefire before. I'm looking at putting a release of surefire-report together soonish so that this patch can get included, at the moment you have to install it locally yourself. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]