X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=337e8905aed002ae0d45609a246c5627724ea17d;hb=e36edde2de26941da99629fbf2594ac99d5c9915;hp=cf6dcbf84b1b0d514a732ecbde921a184fe938be;hpb=82f9928e6acfc419a1e966451ef8017ddcc49637;p=yangtools.git diff --git a/pom.xml b/pom.xml index cf6dcbf84b..337e8905ae 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.1.6 + + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 6.0.10-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 + + + + + + + + + + +