From d89c89e361d256cdcb1ac48359913e56577ac906 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 6 Aug 2014 06:56:27 +0200 Subject: [PATCH 1/1] Fix UT coverage not reported in sonar Just a couple of properties and making sure jacoco runs. Change-Id: I75aeae7b74f5c7e94a0a237728dc2b6f0c4df090 Signed-off-by: Robert Varga --- pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59cfa196..c8808c2b 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,11 @@ 2.3.2 0.6.2-SNAPSHOT 0.6.2-SNAPSHOT - 0.2.5-SNAPSHOT + 0.2.5-SNAPSHOT + + + jacoco + target/code-coverage/jacoco.exec @@ -199,6 +203,20 @@ + + org.jacoco + jacoco-maven-plugin + + + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + org.apache.felix maven-bundle-plugin -- 2.36.6