X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=20af9d1c59b878c1d51241855f38442b0d1e8bc2;hb=252740c81d82490a97670dd0002a76b01bfd0c42;hp=e64f5c3bfe9bf6c56bfbea7efc8f9b2105c8011c;hpb=b9eea0e9b4d9c0745d1f6462526a636eb4fa91e9;p=yangtools.git diff --git a/pom.xml b/pom.xml index e64f5c3bfe..977f66002e 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 + 9.0.15 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator - yangtools + 7.0.17 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,75 @@ - code-generator + artifacts + docs + features + + benchmarks + bundle-parent + codec common - integration-test + data model - restconf - websocket + parser + plugin + tools + xpath + 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 + + + + + + + + + + +