X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=8f59214e2b182ffabbb159b9fc91210d137e2350;hb=a32b7777aa314eb03cce365b1abd0893bfb23e74;hp=cf6dcbf84b1b0d514a732ecbde921a184fe938be;hpb=50b2f9cfb4001418d4d0ae8d2f330e1ff889cd8d;p=yangtools.git diff --git a/pom.xml b/pom.xml index cf6dcbf84b..8f59214e2b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,14 +7,25 @@ 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 + 8.0.1 + + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 6.0.2-SNAPSHOT pom + yangtools + + YANG Tools provides basic libraries for parsing YANG and YIN files, working with the resulting effective model, + and handling data complying to this model. + scm:git:ssh://git.opendaylight.org:29418/yangtools.git @@ -24,14 +35,71 @@ - code-generator + artifacts + docs + features + + attic + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + plugin + tools + yang - + + true + true + + + + + karaf + + true + + + + karaf + + + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +