From 26c3620249c1c1dd0caabb782c7c29cc31490875 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 8 Dec 2016 10:37:32 +0100 Subject: [PATCH] #520 - Added Jacoco plugin to SonarQube build profile. --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index 57ca630c..dbdf1bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,8 @@ UTF-8 4.3.4.RELEASE 1.1.7 + 0.7.7.201606060606 + ${project.build.directory}/jacoco.exec 2.8.5 2.0.1 2.2.1 @@ -139,6 +141,34 @@ + + + + + sonarqube + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco} + + ${jacoco.destfile} + + + + jacoco-initialize + + prepare-agent + + + + + + + +