Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.8, 1.9
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When maven.test.failure.ignore is not set, after running clover is set to true.
So if you run "maven clover test" and some tests fail the build will be successful.
This is likely to happen when creating the site with the clover report activated, next goals won't fail although there're test failures.
Applied. Thanks