From 16eac0021b2e354165c84497908cd577f2b6ad1f Mon Sep 17 00:00:00 2001 From: David Goldberg Date: Thu, 5 Dec 2013 14:50:17 +0200 Subject: [PATCH] removed jacoco exception from integration test Signed-off-by: David Goldberg Change-Id: Ibf99696dd4c7fef57ed8789bc16777413174dc8c Signed-off-by: David Goldberg --- mappingservice/api/pom.xml | 10 +--------- mappingservice/implementation/pom.xml | 10 +--------- mappingservice/integrationtest/pom.xml | 7 ++----- mappingservice/northbound/pom.xml | 10 +--------- mappingservice/southbound/pom.xml | 10 +--------- 5 files changed, 6 insertions(+), 41 deletions(-) diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index b19988db3..5d7792c53 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -19,15 +19,6 @@ target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - org.apache.felix @@ -72,6 +63,7 @@ org.jacoco jacoco-maven-plugin + ${jacoco.version} org.opendaylight.controller.* diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index 270cd4a39..cf777664d 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -19,15 +19,6 @@ target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - org.apache.felix @@ -95,6 +86,7 @@ org.jacoco jacoco-maven-plugin + ${jacoco.version} org.opendaylight.controller.* diff --git a/mappingservice/integrationtest/pom.xml b/mappingservice/integrationtest/pom.xml index 6226b4d63..b408e564c 100644 --- a/mappingservice/integrationtest/pom.xml +++ b/mappingservice/integrationtest/pom.xml @@ -29,11 +29,7 @@ - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - + org.eclipse.m2e lifecycle-mapping @@ -103,6 +99,7 @@ org.jacoco jacoco-maven-plugin + 0.5.3.201107060350 ../implementation/target/jacoco-it.exec org.opendaylight.controller.* diff --git a/mappingservice/northbound/pom.xml b/mappingservice/northbound/pom.xml index 61487925d..71a592c49 100644 --- a/mappingservice/northbound/pom.xml +++ b/mappingservice/northbound/pom.xml @@ -18,15 +18,6 @@ target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - org.codehaus.enunciate @@ -109,6 +100,7 @@ org.jacoco jacoco-maven-plugin + ${jacoco.version} org.opendaylight.controller.* diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index 8d01dcfaf..711703f46 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -18,15 +18,6 @@ target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - org.apache.felix @@ -71,6 +62,7 @@ org.jacoco jacoco-maven-plugin + ${jacoco.version} org.opendaylight.controller.* -- 2.36.6