Description
When RuntimeException or Error is thrown during project build, I expect reactor build to halt, the project to be mark as FAILED in the build summary and original Throwable stacktrace printed if maven was started with --errors. Current behaviour is inconsistent and depending on builder used and location of the original throw statement, the failure can be completely ignored.