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 + + + + + + + +