X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=6f207b7b3d66df41232b7f4046c2d7e77fe93992;hb=db65d54257bccbb283d47e023a803daccad1ec1d;hp=cac5289667540f8fdcf6319933a458fd69ba1093;hpb=1cd46533c25220b03315879edc63d61c4b668af1;p=yangtools.git diff --git a/pom.xml b/pom.xml index cac5289667..6e977a56d5 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.7.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 10.0.0 + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.7.0-SNAPSHOT + yangtools-aggregator + 8.0.2-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,60 +35,76 @@ - code-generator + artifacts + docs + features + + benchmarks + bnd-parent + bundle-parent + codec common - integration-test + data model - restconf - websocket + parser + plugin + tools + xpath + yang - + + true + true + + - - benchmarks - - false - - - benchmarks - - - + + karaf + + true + - - - - - 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 - - - - - - - + + 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 + + + + + + + + + + +