From 49bbc8a0f1dcaa97cd6d20222b5104b9ca2b5942 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 5 Jun 2015 11:59:48 +0200 Subject: [PATCH] Enable coverage per tests in profile "analysis" --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 10241fba94e..8659bc85296 100644 --- a/pom.xml +++ b/pom.xml @@ -1459,6 +1459,11 @@ coverage-per-test + + + coveragePerTest + + org.codehaus.sonar-plugins.java @@ -1504,6 +1509,7 @@ true + batch @@ -1511,6 +1517,7 @@ true + server @@ -1518,6 +1525,7 @@ true + web @@ -1527,6 +1535,7 @@ true + dbTests @@ -1598,6 +1607,7 @@ analysis coverage + true