Fixed invalid call sequence of MavenReporter.
The javadoc of MavenReporter states clearly that preBuild/postBuild is only once per the entire build, but the previous code was calling it at the same timing as enter/leaveModule. This is now fixed.
Loading
Please register or sign in to comment