From: Giovanni Meo Date: Tue, 17 Sep 2013 15:58:29 +0000 (+0000) Subject: Revert "Remove declaring jacoco plugin twice in integrationtests pom.xml files -... X-Git-Tag: releasepom-0.1.0~77 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9ab44adbd6aa7bf56ecd0ad8155f41b5a28e72a2 Revert "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." This reverts commit a344e6a9d9ac9f513659eb0ec66b34d4c6f82c5d. Reverting because it's stalling pipeline of commits, will analyze why the verify didn't show any issue while merge does. Change-Id: Ifd15e8bfabeeb7ad04424c8da8a27fd000bd50ba Signed-off-by: Giovanni Meo --- diff --git a/opendaylight/clustering/integrationtest/pom.xml b/opendaylight/clustering/integrationtest/pom.xml index 8339c4a4db..0fadb12890 100644 --- a/opendaylight/clustering/integrationtest/pom.xml +++ b/opendaylight/clustering/integrationtest/pom.xml @@ -56,6 +56,15 @@ 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 797dec0264..7779243599 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -134,6 +134,15 @@ 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 450a6a13a6..81551650c3 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -104,6 +104,15 @@ + + + + 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 deeccfaa70..527dd0a02b 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -108,6 +108,15 @@ java + + + + org.jacoco + jacoco-maven-plugin + 0.5.3.201107060350 + + + org.jacoco