X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=20a1d646adeb838cab4ab242ab0742b9c40e0eef;hb=e927d55209a01945a58569432502266b6f5e51d0;hp=b7860ed9c5e262007a6ce23b5fe4d1064d70a86d;hpb=f43406daa10980d7159a0aad063f00b24387b074;p=yangtools.git diff --git a/pom.xml b/pom.xml index b7860ed9c5..20a1d646ad 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.9.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 8.1.8 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator - yangtools + 6.0.12-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,55 +35,71 @@ + artifacts + docs + features + + attic + benchmarks + bundle-parent common + plugin + tools + yang - websocket - 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 + + + + + + + + + + +