Stefan Oehme opened MNG-8678 and commented
The handleBuildFailure method only handles Exception instead of Throwable. Things like OutOfMemoryError are ignored and the build is reported as successful even though something failed.
This is inconsistent with the old LifeCycleModuleBuilder
Affects: 4.0.0-rc-3
Stefan Oehme opened MNG-8678 and commented
The handleBuildFailure method only handles Exception instead of Throwable. Things like OutOfMemoryError are ignored and the build is reported as successful even though something failed.
This is inconsistent with the old LifeCycleModuleBuilder
Affects: 4.0.0-rc-3