diff --git a/pom.xml b/pom.xml index ba18ea10..bbca6b01 100644 --- a/pom.xml +++ b/pom.xml @@ -177,52 +177,45 @@ sonar - - false - org.jacoco jacoco-maven-plugin - 0.7.4.201502262128 - - ${sonar.jacoco.reportPath} - true - - agent + pre-unit-test prepare-agent + + surefireArgLine + ${project.build.directory}/jacoco.exec + + + + post-unit-test + test + + report + + + + ${project.build.directory}/jacoco.exec + org.apache.maven.plugins maven-surefire-plugin - - ${surefire.plugin.version} - - - listener - org.sonar.java.jacoco.JUnitListener - - + + ${surefireArgLine} - - - org.sonarsource.java - sonar-jacoco-listeners - 3.8 - test - -