From c93eb5805aab7a176d0205db1445810d1c1715e3 Mon Sep 17 00:00:00 2001 From: Marek Schmidt Date: Fri, 26 Aug 2011 13:02:29 +0200 Subject: [PATCH] fix code-coverage profile --- impl/pom.xml | 38 +++++--------------------------------- pom.xml | 8 -------- 2 files changed, 5 insertions(+), 41 deletions(-) diff --git a/impl/pom.xml b/impl/pom.xml index b6668ca..4a951e8 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -99,42 +99,14 @@ org.codehaus.mojo emma-maven-plugin - - - instrumentation - process-classes - - instrument - - - true - - - org.apache.maven.plugins - maven-antrun-plugin - - - complete-classpath-for-tests - process-classes - - run - - - - - - - - - - - - - - + maven-surefire-plugin + + + org.sonatype.maven.plugin + emma4it-maven-plugin diff --git a/pom.xml b/pom.xml index ecaf339..e7aec1b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,6 @@ 3.1.0.Beta1 1.0.0.CR1 2.0 - 2.0.5312 @@ -140,13 +139,6 @@ code-coverage - - - emma - emma - ${emma.version} - -