From a344e6a9d9ac9f513659eb0ec66b34d4c6f82c5d Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Tue, 17 Sep 2013 17:10:02 +0300 Subject: [PATCH] Remove declaring jacoco plugin twice in integrationtests pom.xml files - because the pluginsManagement section is intended for use by child pom files which do not exist in integration tests case. Change-Id: Ida2b06747bf9a74760a8fb1e5efd16b6918df150 Signed-off-by: Alissa Bonas --- opendaylight/clustering/integrationtest/pom.xml | 9 --------- .../forwardingrulesmanager/integrationtest/pom.xml | 9 --------- opendaylight/hosttracker/integrationtest/pom.xml | 9 --------- opendaylight/statisticsmanager/integrationtest/pom.xml | 9 --------- 4 files changed, 36 deletions(-) diff --git a/opendaylight/clustering/integrationtest/pom.xml b/opendaylight/clustering/integrationtest/pom.xml index 0fadb12890..8339c4a4db 100644 --- a/opendaylight/clustering/integrationtest/pom.xml +++ b/opendaylight/clustering/integrationtest/pom.xml @@ -56,15 +56,6 @@ java - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 7779243599..797dec0264 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -134,15 +134,6 @@ java - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index 81551650c3..450a6a13a6 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -104,15 +104,6 @@ - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index 527dd0a02b..deeccfaa70 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -108,15 +108,6 @@ java - - - - org.jacoco - jacoco-maven-plugin - 0.5.3.201107060350 - - - org.jacoco -- 2.36.6