Hi I'm trying to use surefire-report to sum up the errors in a build. However; if a test fails the report generation will never take place.
This I understand can be forced by setting " testFailureIgnore" to true (or "-Dmaven.test.failure.ignore=true" on command line). But if I do that the build will be completed will "BUILD SUCCESSFUL". This is a problem because Continuum need to get the error in order to set the state of them module correctly. Is there any solution to this? regards Thor Åge Eldby --