X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=e75425c37c03b712385715689fe6f8bfb9ce0f62;hb=7a5d09a57cedf0ad1259b72dc918f5925e248683;hp=591144c3c2e3ae147538fd7785a0acf235547dac;hpb=4f0f6f3a97b17d1e6914149c4c999d8801596c41;p=netconf.git diff --git a/pom.xml b/pom.xml index 591144c3c2..e75425c37c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,22 +13,67 @@ org.opendaylight.odlparent odlparent-lite - 4.0.2 + 10.0.2 org.opendaylight.netconf netconf-aggregator - 1.6.0-SNAPSHOT + 4.0.0-SNAPSHOT pom ${project.artifactId} + + true + true + + + artifacts + parent features karaf + karaf-static netconf - protocol-framework 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 + + + + + + + + + + +