From: David ‘Bombe’ Roden Date: Wed, 16 Jul 2014 19:28:14 +0000 (+0200) Subject: Remove Emma reporting plugin, enable JaCoCo plugin. X-Git-Tag: v2~227 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=282595d5e2e6bcff4b7db612fa06dcf8ba729d25;hp=c41d5c52e957184058c8eff5c621c986af8103c9;p=rhynodge.git Remove Emma reporting plugin, enable JaCoCo plugin. --- diff --git a/pom.xml b/pom.xml index 514ded5..da82358 100644 --- a/pom.xml +++ b/pom.xml @@ -60,18 +60,50 @@ net.pterodactylus.rhynodge.engine.Starter - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-3 + 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 + + + + + + + - +