X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=6d310206ccf7591f79989cc2107cb964d9560ffd;hb=refs%2Fchanges%2F43%2F106543%2F3;hp=591144c3c2e3ae147538fd7785a0acf235547dac;hpb=4f0f6f3a97b17d1e6914149c4c999d8801596c41;p=netconf.git diff --git a/pom.xml b/pom.xml index 591144c3c2..6d310206cc 100644 --- a/pom.xml +++ b/pom.xml @@ -13,22 +13,78 @@ org.opendaylight.odlparent odlparent-lite - 4.0.2 + 12.0.6 org.opendaylight.netconf netconf-aggregator - 1.6.0-SNAPSHOT + 6.0.0-SNAPSHOT pom ${project.artifactId} + + true + true + + + artifacts + parent features karaf + karaf-static + model + transport + protocol + plugins + apps + third-party + + netconf - protocol-framework restconf + + keystore + truststore + + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +