<!-- BEFORE SonarQube 4.4.0 - the destination file for the code coverage report has to be set to the same value
<!-- Overwritten by the test configuration,otherwise the JaCoCo agent cannot be attached.Details see http://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
in the parent pom and in each module pom. Then JaCoCo will add up information in
<argLine>-Xms512m -Xmx1024m</argLine>
the same report, so that, it will give the cross-module code coverage. -->