diff --git a/pom.xml b/pom.xml index e7a44a92794..00fcd7d2c03 100644 --- a/pom.xml +++ b/pom.xml @@ -1301,6 +1301,34 @@ + + + coverage-per-test + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonarJava.version} + test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + listener + org.sonar.java.jacoco.JUnitListener + + + + + + +