From 4cf7371fa1295b45561be5fa207c6afac0635fc2 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 1 Sep 2015 22:15:34 -0400 Subject: [PATCH] Use odlparent configuration for jacoco Change-Id: I4e46f59270716d5cea218d0e65e94f785583229c Signed-off-by: Thanh Ha --- groupbasedpolicy/pom.xml | 34 ++++----------------------------- neutron-mapper/pom.xml | 32 +++---------------------------- neutron-ovsdb/pom.xml | 26 ------------------------- renderers/ofoverlay/pom.xml | 38 ++++++------------------------------- 4 files changed, 13 insertions(+), 117 deletions(-) diff --git a/groupbasedpolicy/pom.xml b/groupbasedpolicy/pom.xml index abaa1c4a1..acbb0e708 100644 --- a/groupbasedpolicy/pom.xml +++ b/groupbasedpolicy/pom.xml @@ -1,7 +1,7 @@ - @@ -16,7 +16,7 @@ groupbasedpolicy bundle - groupbasedpolicy-base + groupbasedpolicy-base @@ -96,32 +96,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - prepare-ut-agent - process-test-classes - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - prepare-it-agent - pre-integration-test - - prepare-agent - - - ${sonar.jacoco.itReportPath} - - - - diff --git a/neutron-mapper/pom.xml b/neutron-mapper/pom.xml index b2df80725..7d7cb66e4 100644 --- a/neutron-mapper/pom.xml +++ b/neutron-mapper/pom.xml @@ -1,7 +1,7 @@ - org.opendaylight.yangtools yang-maven-plugin - - org.jacoco - jacoco-maven-plugin - - - prepare-ut-agent - process-test-classes - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - prepare-it-agent - pre-integration-test - - prepare-agent - - - ${sonar.jacoco.itReportPath} - - - - diff --git a/neutron-ovsdb/pom.xml b/neutron-ovsdb/pom.xml index 37f2fb8d4..2adb9c0b9 100644 --- a/neutron-ovsdb/pom.xml +++ b/neutron-ovsdb/pom.xml @@ -90,32 +90,6 @@ org.opendaylight.yangtools yang-maven-plugin - - org.jacoco - jacoco-maven-plugin - - - prepare-ut-agent - process-test-classes - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - prepare-it-agent - pre-integration-test - - prepare-agent - - - ${sonar.jacoco.itReportPath} - - - - diff --git a/renderers/ofoverlay/pom.xml b/renderers/ofoverlay/pom.xml index d6ab74ab3..e95088cb3 100644 --- a/renderers/ofoverlay/pom.xml +++ b/renderers/ofoverlay/pom.xml @@ -1,7 +1,7 @@ - @@ -74,9 +74,9 @@ - @@ -126,32 +126,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - prepare-ut-agent - process-test-classes - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - prepare-it-agent - pre-integration-test - - prepare-agent - - - ${sonar.jacoco.itReportPath} - - - - -- 2.36.6