This is documented under the test plugin (see http://maven.apache.org/reference/plugins/test/properties.html). Unfortunately, it is not documented under the junit-report plugin (other than what the default value is).
> -----Original Message----- > From: Helck, Christopher [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 23, 2004 11:40 AM > To: Maven Users List > Subject: RE: Maven/Junit: printing test failure/error stack trace to > stdout > > > > I think it is 'maven.junit.usefile' and not 'junit.usefile'. When I try > it > > maven -Dmaven.junit.usefile=false test > > Works fine. Perhaps this should be put in the FAQ? I'd been wondering > about this same problem for a while. > > Thanks. > > -----Original Message----- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 22, 2004 4:38 PM > To: Maven Users List > Subject: Re: Maven/Junit: printing test failure/error stack trace to > stdout > > > 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] > > > > > > > > > > The information contained in this e-mail is confidential. This > e-mail is intended only for the stated addressee. If you are not > an addressee, you must not disclose, copy, circulate or in any > other way use or rely on the information contained in this > e-mail. if you have received this e-mail in error, please inform > us immediately and delete it and all copies from your system. > > EBS Dealing Resources International Limited. Registered address: > 55-56 Lincoln's Inn Fields, London WC2A 3LJ, United Kingdom. > Registered number 2633663. > > EBS Dealing Resources, Inc, registered in Delaware. Address: 535 > Madison Avenue, 24th Floor, New York, NY 10022, USA, and One > upper Pond road, Building F - Floor 3, Parsippany, NJ 07054, USA. > > EBS Dealing Resources Japan Limited, a Japanese Corporation. > Address: Asteer Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, > Chuo-Ku, Tokyo 104-0033, Japan. > > > --------------------------------------------------------------------- > 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]
