X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=364a3e780c6c2c5da8c63c6d4c9576ffade307a6;hb=29ad0618c1012f463d9854c9b7724525fdd26606;hp=e64f5c3bfe9bf6c56bfbea7efc8f9b2105c8011c;hpb=b9eea0e9b4d9c0745d1f6462526a636eb4fa91e9;p=yangtools.git diff --git a/pom.xml b/pom.xml index e64f5c3bfe..364a3e780c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,20 +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.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 8.1.3 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator - yangtools + 6.0.7-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 @@ -30,60 +35,71 @@ - code-generator + artifacts + docs + features + + attic + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + plugin + tools + yang - yang-validation-tool - + + true + true + + - - benchmarks - - false - - - benchmarks - - - + + karaf + + true + - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - false - checkstyle-logging.xml - true - true - ${project.basedir} - **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang - **\/target\/,**\/bin\/,**\/target-ide\/,**\/src/main/yang-gen-config\/,**\/src/main/yang-gen-sal\/,**\/src/main/xtend-gen\/ - - - - org.opendaylight.yangtools - checkstyle-logging - ${project.version} - - - - - - check - - - - - - - + + 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 + + + + + + + + + + +