X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=9ddcc8dbe1ee1eae7f72432b71e1c478493938bd;hb=7fc98204ba844d00e2bcdbacf407acdaa04a69c8;hp=15ed64a9a834e773e7bc98fbbec5c190119c302f;hpb=6ae283a8abfeeec44eff45320e28d332177575e4;p=yangtools.git diff --git a/pom.xml b/pom.xml index 15ed64a9a8..9ddcc8dbe1 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 - 1.0.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 9.0.10 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator - yangtools + 8.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 @@ -30,55 +35,75 @@ + artifacts + docs + features + + benchmarks + bundle-parent + codec common + data + model + parser + plugin + tools + xpath + 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 + + + + + + + + + + +