-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Maven 2 (does work with maven 3)
If a Module of a multimodule Maven build fails during compile it is marked as FAILED in the reactor summary (end of the build). If a module fails due to nonresolvable dependencies (for example version that does not exist), it is marked as FAILED in the reactor summary, but in Hudson it gets the status SUCCESS (job.getBuildByNumber(number).getResult() == Result.SUCCESS) instead of FAILURE.
Hudson console (reactor summary):
[Info] TestProject3 ...................................... FAILED [0.244s]
Plugin code:
job.getBuildByNumber(number).getResult().toString() => SUCCESS
Would be good if you could attach a minimal project to reproduce the problem.
Also: pull requests are welcome![](/images/icons/emoticons/wink.png)