From dab2914c4b12c5a42cf8b113ee6507f5905b4577 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 16 Jul 2014 21:46:16 +0200 Subject: [PATCH] Configure JaCoCo coverage plugin. --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index a8e905e..0dfc383 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,48 @@ + + org.jacoco + jacoco-maven-plugin + 0.7.1.201405082137 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + + -- 2.7.4