If I do "mvn test" in a shell, and one of my tests fails, I only get the
output

"
[surefire] Running my.package.MyClass
[surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0,01 sec
<<<<<<<< FAILURE !!
"

Is there any way to make Surefire also print the cause of the failure(s)
(the failed assertion(s)) and optionally (a) stack trace(s)?

I don't see an appropriate option at

  http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html

and my googling turned up nothing, either.

Of course I can go look in the generated reports files, but I'd like
something more immediate.

Thanks,
Joern

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to