It's very easy to fix : edit the mave.home/plugins/test/build.xml Search on fail. If I am not mistaken about line 163, add after if="mven.test.failure" unless="maven.test.dontfail"> save it and put the maven.test.dontfail somwhere in your build.properties or project.properties and it shouldn't fail the build anymore ;)
Mvgr, Martin On Wed, 2002-06-12 at 16:41, John Keyes wrote: > Hi, > > Why is <fail/> called if the <junit/> task fails? > It think it should continue as normal and the > JUnit report page will contain the failure details or > at least have it configurable whether <fail/> is > called or not. > > -John K > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
