X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=81747a1c890a90dec054f9e69633dd953e63cea8;hb=6dc28bad4c2afa8641576fd961606a08b4c0a3ac;hp=26fa50b7ffc62118f80ac7e5ac190f457b83a154;hpb=e2f838d72117730ceaae4b4ac4992cc244678c71;p=netconf.git diff --git a/pom.xml b/pom.xml index 26fa50b7ff..81747a1c89 100644 --- a/pom.xml +++ b/pom.xml @@ -7,39 +7,70 @@ 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.9 org.opendaylight.netconf - netconf-parent - 1.4.0-SNAPSHOT + netconf-aggregator + 1.6.0-SNAPSHOT pom ${project.artifactId} - - protocol-framework - netconf - restconf + + true + true + + features karaf + netconf + restconf - integrationtests + sonar-jacoco-aggregate - false + + odl.jacoco.aggregateFile + - - - + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + +