One of the test cases in my project blows an exception. As a result the surefire-report plugin doesn't seem to run. 'site' goal does not complete and consequently.
Is there a parameter I can set in the plugin that will at least allow the report to run so I can see what the error was? Or is this failing by design? Here's my error: [surefire] Running com.okibering.dataextract.DataExtractServiceTest [surefire] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.312 sec <<<<<<< < FAILURE !! Results : [surefire] Tests run: 2, Failures: 0, Errors: 1 [INFO] ------------------------------------------------------------------------- --- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------- --- [INFO] There are some test failure. [INFO] ------------------------------------------------------------------------- Also: http://maven.apache.org/plugins/maven-surefire-report-plugin and http://mojo.codehaus.org/surefire-report-maven-plugin which seems to redirect to the prior URL results in a Page Not Found error msg. Thanks for any input. Brian -- View this message in context: http://www.nabble.com/Surefire-Report-does-not-run-when-test-throws-an-exception-t1481759.html#a4011409 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
