-
Bug
-
Resolution: Fixed
-
Major
-
None
-
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'.
[JENKINS-8415] M2 and M3 builds behave differently when tests fail
Assignee | New: Olivier Lamy [ olamy ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
I have some trouble to reproduce this.
Is it a multimodule build ?