From 5ae19b084d902726fc1d97bc48756ebe4a848fcc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 27 Feb 2014 13:24:26 +0100 Subject: [PATCH] Eliminate superfluous pluginManagement section This structure is a recipe for a warning: jacoco.version is specified in a parent pom, so there is no use specifying it in the pluginManagement section here. Rather move it to the parent -- where it belongs. Change-Id: Iadc84620ad69cccd681b9898ab87459520daafd5 Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 6 ++++++ .../forwardingrulesmanager/integrationtest/pom.xml | 10 ---------- opendaylight/hosttracker/integrationtest/pom.xml | 10 ---------- opendaylight/statisticsmanager/integrationtest/pom.xml | 10 ---------- opendaylight/switchmanager/integrationtest/pom.xml | 1 - opendaylight/topologymanager/integrationtest/pom.xml | 10 ---------- 6 files changed, 6 insertions(+), 41 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index d42f1fd83d..c47e982e08 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1801,11 +1801,17 @@ maven-release-plugin ${releaseplugin.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + org.opendaylight.yangtools yang-maven-plugin ${yangtools.version} + org.eclipse.m2e diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 7ac45f47b6..3cc857098c 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -142,20 +142,10 @@ ../implementation/target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - ${jacoco.version} ../implementation/target/jacoco-it.exec org.opendaylight.controller.* diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index 17f43057d7..e4e7790012 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -135,20 +135,10 @@ - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - ${jacoco.version} ../implementation/target/jacoco-it.exec org.opendaylight.controller.* diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index 142842ef90..21664cde6a 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -142,20 +142,10 @@ ../implementation/target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - ${jacoco.version} ../implementation/target/jacoco-it.exec org.opendaylight.controller.* diff --git a/opendaylight/switchmanager/integrationtest/pom.xml b/opendaylight/switchmanager/integrationtest/pom.xml index 22ceeb419b..daee7a33a8 100644 --- a/opendaylight/switchmanager/integrationtest/pom.xml +++ b/opendaylight/switchmanager/integrationtest/pom.xml @@ -123,7 +123,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} ../implementation/target/jacoco-it.exec org.opendaylight.controller.* diff --git a/opendaylight/topologymanager/integrationtest/pom.xml b/opendaylight/topologymanager/integrationtest/pom.xml index 0a36cbdb1e..a72138548a 100644 --- a/opendaylight/topologymanager/integrationtest/pom.xml +++ b/opendaylight/topologymanager/integrationtest/pom.xml @@ -93,20 +93,10 @@ ../implementaiton/target/jacoco-it.exec - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco jacoco-maven-plugin - 0.5.3.201107060350 ../implementation/target/jacoco-it.exec org.opendaylight.controller.* -- 2.36.6