That's fixable. Please file a JIRA issue against the test plugin.
> -----Original Message----- > From: Sri Sankaran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004 12:59 PM > To: Maven Users List > Subject: RE: Stopping on unit test failures > > > (Answering my own question) > > The reason of this behavior is that setting of > 'maven.test.failure.ignore' will result in the ignoring of > unit test failures IRRESPECTIVE OF THE VALUE OF THE PROPERTY. > Turns out I didn't read the description of the property > going simply by what its name suggests. Bad idea. > > If you don't want test failures to be ignored you must have > > maven.test.failure.ignore= > > Totally non-intuitive. > > Sri > > -----Original Message----- > From: Sri Sankaran [mailto:[EMAIL PROTECTED] > Sent: Friday, April 09, 2004 2:36 PM > To: Maven Users List > Subject: Stopping on unit test failures > > Using: Maven 1.0-rc2 > OS: Windows XP Professional > > Problem: Maven doesn't stop at the first unit test that fails > > I am finding that even though I have set > > maven.test.failure.ignore=false > > the build continues despite errors in running unit tests. > What would cause this error? > > Sri > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
