From: Alissa Bonas Date: Mon, 28 Oct 2013 15:48:50 +0000 (+0200) Subject: Fix FileNotFound jacoco.exec for ForwardingRulesManager impl. X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~552 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=31c8f18732b81576823b7b7172969ed207b07cc7 Fix FileNotFound jacoco.exec for ForwardingRulesManager impl. Because this module has no tests, the jacoco test code coverage plugin cannot run here (and there's no point anyway) , thus it fails. Removing it resolves the exception. Change-Id: I2b3bc65aeca8eae6a08356e7ae62e43e782305e0 Signed-off-by: Alissa Bonas --- diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index 828d12b34e..b236d7f2d0 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -18,22 +18,7 @@ 0.4.1-SNAPSHOT bundle - - - reuseReports - target/jacoco.exec - target/jacoco-it.exec - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - org.apache.felix @@ -83,28 +68,6 @@ ${project.basedir}/META-INF - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - -