Graham Leggett wrote:
Hi all,
I have just given a go at getting a test suite to be run when the maven
build runs (this build depends on maven v1.0.2).
The test suite runs painlessly, but then a test fails as below.
I am mystified though: there is no indication of *which* of the 7 tests
that ran failed.
I tried running maven -e to give more info, but it gives no meaningful
stacktrace. The "test" plugin docs were of no help.
Am I missing something blindingly obvious, or does maven expect me to
blindly guess which test failed?
These properties are your friends:
maven.junit.format = brief
maven.junit.printSummary = true
And no, you're not the only person to be stumped by the meaningless
default output.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]