From 1ee646015c9d010157f7fffcc17cb39a5c652320 Mon Sep 17 00:00:00 2001 From: Thomas Bachman Date: Sat, 6 Jun 2015 15:38:13 -0400 Subject: [PATCH] Bug 3607: Removing OpFlex from Sonar coverage. Change-Id: I2671696383ef89be351b35caa9d148d1071a0be8 Signed-off-by: Thomas Bachman --- commons/parent/pom.xml | 49 ----------------------------- groupbasedpolicy/pom.xml | 61 +++++++++++++++++++++++++++++++++++++ neutron-mapper/pom.xml | 61 +++++++++++++++++++++++++++++++++++++ neutron-ovsdb/pom.xml | 61 +++++++++++++++++++++++++++++++++++++ renderers/ofoverlay/pom.xml | 61 +++++++++++++++++++++++++++++++++++++ 5 files changed, 244 insertions(+), 49 deletions(-) diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index a6314a942..b01a01e08 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -119,16 +119,6 @@ - - - - org.codehaus.sonar-plugins.java - sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} - test - - - @@ -160,32 +150,6 @@ - - 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} - - - - @@ -257,19 +221,6 @@ - - - org.jacoco - jacoco-maven-plugin - [0.6,) - - prepare-agent - - - - - - org.apache.maven.plugins diff --git a/groupbasedpolicy/pom.xml b/groupbasedpolicy/pom.xml index 4583bb16d..9b88a4154 100644 --- a/groupbasedpolicy/pom.xml +++ b/groupbasedpolicy/pom.xml @@ -56,6 +56,13 @@ mockito-all test + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + @@ -89,7 +96,61 @@ 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} + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + jacoco-maven-plugin + [0.6,) + + prepare-agent + + + + + + + + + + + + diff --git a/neutron-mapper/pom.xml b/neutron-mapper/pom.xml index 7a45a0fbd..b2df80725 100644 --- a/neutron-mapper/pom.xml +++ b/neutron-mapper/pom.xml @@ -48,6 +48,13 @@ org.osgi org.osgi.core + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + @@ -69,6 +76,60 @@ 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} + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + jacoco-maven-plugin + [0.6,) + + prepare-agent + + + + + + + + + + + + diff --git a/neutron-ovsdb/pom.xml b/neutron-ovsdb/pom.xml index 18f759fdd..2d519ede0 100644 --- a/neutron-ovsdb/pom.xml +++ b/neutron-ovsdb/pom.xml @@ -60,6 +60,13 @@ junit test + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + @@ -78,6 +85,60 @@ 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} + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + jacoco-maven-plugin + [0.6,) + + prepare-agent + + + + + + + + + + + + diff --git a/renderers/ofoverlay/pom.xml b/renderers/ofoverlay/pom.xml index d9573e9f7..220cecb96 100644 --- a/renderers/ofoverlay/pom.xml +++ b/renderers/ofoverlay/pom.xml @@ -55,6 +55,13 @@ mockito-all test + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + @@ -111,7 +118,61 @@ 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} + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + jacoco-maven-plugin + [0.6,) + + prepare-agent + + + + + + + + + + + + -- 2.36.6