X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=3e94309d10278fd41d39dfdf6233e37afc13e9cd;hb=8b5e78f86280a0e3ad82a310d779102a531271a4;hp=c890579548e26bacd1cce0d6d25dbe64b693886b;hpb=4e8f02472777bc2ed0461f799089cbcb48f25a4c;p=netvirt.git diff --git a/pom.xml b/pom.xml index c890579548..3e94309d10 100644 --- a/pom.xml +++ b/pom.xml @@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 3.1.2 + 4.0.9 org.opendaylight.netvirt netvirt-aggregator - 0.7.0-SNAPSHOT - ODL :: netvirt :: ${project.artifactId} + 0.8.0-SNAPSHOT + netvirt pom 4.0.0 @@ -51,7 +51,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html artifacts bgpmanager cache - cloud-servicechain coe commons dhcpservice @@ -82,6 +81,42 @@ and is available at http://www.eclipse.org/legal/epl-v10.html no-sfc + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + +