try this:
maven -Djunit.usefile=false test:test
or put the following line in your project.properties file:
junit.usefile=false
HTH, john
Omair-Inam Abdul-Matin wrote:
Is it possible to print out the stack trace for tests that fail or raise an error. I would like more details that a failure/error count.
Omair
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
