Running ALL tests and fail at the END

2009-02-10 Thread Peter Meier
not to have any effect) Thanks for any help! -- View this message in context: http://www.nabble.com/Running-ALL-tests-and-fail-at-the-END-tp21930359p21930359.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Running ALL tests and fail at the END

2009-02-10 Thread Stefan Seidel
mvn test --fail-at-end or mvn test -fae mvn -h also helps regards, Stefan On Tue, 10 Feb 2009 01:35:48 -0800 (PST) Peter Meier blackicec...@gmx.net wrote: In my Maven project I have several modules which all have tests. If I run the tests and one module fails, then the execution is

Re: Running ALL tests and fail at the END

2009-02-10 Thread Peter Meier
Great! Thanks for the hint, that really helped! Stefan Seidel wrote: mvn test --fail-at-end or mvn test -fae mvn -h also helps regards, Stefan -- View this message in context: http://www.nabble.com/Running-ALL-tests-and-fail-at-the-END-tp21930359p21931545.html Sent from