I performed a POC in simple maven project to check code coverage check using jacoco and fail the build based on % coverage. Everything went well. Following article was example to implement the same
But when i am trying the same in multimodule project using report-aggregate. I am unable to fail the build. Any suggestions/experiences will be a great help.
Thanks in advance!!!