X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=68116e89fccd871c4b2867e1df9875dc58100bab;hb=8a96fbad4dc8708ad2995137fc293232e48d25e5;hp=06e085d43fb14e209a05039cbe915f84e62a6f7c;hpb=6080d09c63e641d7014b5b090a62b18a6143b0d8;p=netvirt.git diff --git a/pom.xml b/pom.xml index 06e085d43f..68116e89fc 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.0 + 5.0.2 org.opendaylight.netvirt netvirt-aggregator - 0.7.0-SNAPSHOT - ODL :: netvirt :: ${project.artifactId} + 0.10.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 @@ -65,7 +64,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html neutronvpn qosservice statemanager - statistics vpnmanager @@ -83,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 + + + + + + + + + +