X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=f52381e57058541e3b96bdf2393824e1309a094c;hb=21c95219accf4b25cebfed54272d8b566e92db6e;hp=50305a5800ba84f500742771ff9d81574b54eb03;hpb=06c4dbe076647af7d822fb8dc1d0da59d53ee141;p=netconf.git diff --git a/pom.xml b/pom.xml index 50305a5800..f52381e570 100644 --- a/pom.xml +++ b/pom.xml @@ -6,24 +6,28 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.odlparent odlparent-lite - 3.0.2 + 4.0.5 org.opendaylight.netconf netconf-aggregator - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom ${project.artifactId} + + true + true + + features karaf @@ -32,4 +36,42 @@ restconf + + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +