X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=3516419e07c7d7425a86e87f9cc40cd3ff08de27;hb=c834adfa05e23a520a65a0617f1b2411e966a1dc;hp=ab46986476808eb7474c9a677e40a9e7f5b91d24;hpb=8d920a1dba74538c19090434f94ea7c81dd22f3e;p=yangtools.git diff --git a/pom.xml b/pom.xml index ab46986476..9b5f7f9473 100644 --- a/pom.xml +++ b/pom.xml @@ -7,21 +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.6.2-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 9.0.0 + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 7.0.0-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 @@ -31,49 +35,71 @@ - code-generator + artifacts + docs + features + + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + data + plugin + tools + yang - benchmarks - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.12 - - 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 - - - - - - - + + 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 + + + + + + + + + + +