X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=68116e89fccd871c4b2867e1df9875dc58100bab;hb=8a96fbad4dc8708ad2995137fc293232e48d25e5;hp=044171c164a40df0a9ae76648c1e3ffda475bf4a;hpb=9783c8726adb193308a6607b5239d286d13b343b;p=netvirt.git diff --git a/pom.xml b/pom.xml index 044171c164..68116e89fc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,20 +6,19 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + org.opendaylight.odlparent odlparent-lite - 3.0.2 + 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 @@ -52,7 +51,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html artifacts bgpmanager cache - cloud-servicechain coe commons dhcpservice @@ -66,7 +64,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html neutronvpn qosservice statemanager - statistics vpnmanager @@ -84,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 + + + + + + + + + +