X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=676476d886584606385c91f12daf97270fcdb5b4;hb=046b425b63f0c3edb6d9dbc702f6255c09eef994;hp=90a3e97e4d01e74a1229dea69696d54e90a0b03e;hpb=26386978f0646ec8b962e6f0fc22eab022d42eb3;p=yangtools.git diff --git a/pom.xml b/pom.xml index 90a3e97e4d..676476d886 100644 --- a/pom.xml +++ b/pom.xml @@ -7,14 +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.odlparent + odlparent-lite + 10.0.0 + + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 8.0.3-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 @@ -24,48 +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 - - - - - - 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 + + + + + + + + + + +