From ca010f216209bdbb5928f461d538b29904b92d91 Mon Sep 17 00:00:00 2001 From: Nicolas PERU Date: Tue, 29 Apr 2014 10:19:28 +0200 Subject: [PATCH] Add JaCoCo configuration --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 84656565ee4..b1053d36b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,19 @@ maven-install-plugin 2.5.1 + + org.jacoco + jacoco-maven-plugin + 0.7.0.201403182114 + + + *_javassist_* + + + org.sonar.** + + + org.apache.maven.plugins maven-jar-plugin