diff --git a/pom.xml b/pom.xml
index 2aa8314a..b741d93d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,12 @@
1.7
${basedir}
${project.artifactId}
+
+
+ jacoco
+ reuseReports
+ ${project.basedir}/../target/jacoco.exec
+ java
Pivotal Software, Inc.
@@ -579,5 +585,52 @@ limitations under the License.
+
+ sonar
+
+ false
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.4.201502262128
+
+ ${sonar.jacoco.reportPath}
+ true
+
+
+
+ agent
+
+ prepare-agent
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+
+ listener
+ org.sonar.java.jacoco.JUnitListener
+
+
+
+
+
+
+
+
+ org.sonarsource.java
+ sonar-jacoco-listeners
+ 3.8
+ test
+
+
+