-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: maven-plugin
-
None
-
Environment:Hudson 1.392
When running our build with goals and options "-U -fae clean install", Maven 2.2.1 and Maven 3.0.1 gives different results when we have test failures:
Maven 2: Build is executed to end as expected and reported as 'Unstable'.
Maven 3: Build is stopped immediately after first test failure as 'Failed'.