From 8c464366c208f9b89186649e024ccbf9f792e3f3 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 6 Feb 2013 15:57:38 +0100 Subject: [PATCH] Add the Maven profile "coverage-per-test" --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 + + + + + + + -- 2.39.5