X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=59aa7d9bbe8915ffd631b50c907b5e010d34fb11;hb=ec13bacd0b46d1abd33cc21a0e554197abf50bad;hp=e42dc8ac583e3a4e5c4dfa9c7f849f34fe559b08;hpb=03b638ad869fc47929e08dfd0464eee13ad357c2;p=netvirt.git diff --git a/pom.xml b/pom.xml index e42dc8ac58..59aa7d9bbe 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 + 4.0.9 org.opendaylight.netvirt netvirt-aggregator - 0.7.0-SNAPSHOT - ODL :: netvirt :: ${project.artifactId} + 0.9.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 @@ -74,7 +71,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html sfc - false + true sfc @@ -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 + + + + + + + + + +