From 435be241f5a3386eba65b020a67b5f5b7d9afa8b Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Mon, 23 Dec 2013 20:39:51 +0100 Subject: [PATCH] Added emma code coverage plugin --- pom.xml | 50 ++++++++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 4638d9c..818823d 100644 --- a/pom.xml +++ b/pom.xml @@ -81,29 +81,35 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-resources - - run - - - - - + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-resources + + run + + + + + - - - - - - - - - + + + + + + + + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-3 + -- 2.39.5