X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=935ff9b7d241e594e67c93cdd4be851455e33c64;hb=14372ca8ee0e2da543549143cba4eedb585530b6;hp=395da84e1b98f839ead10c4284afa644b7e5e98b;hpb=5224d7bd6d2732290cdc09dc5aa0ec8bdbc0cc71;p=yangtools.git diff --git a/pom.xml b/pom.xml index 395da84e1b..935ff9b7d2 100644 --- a/pom.xml +++ b/pom.xml @@ -7,18 +7,19 @@ 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.8.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 4.0.9 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator + 2.1.9-SNAPSHOT yangtools pom @@ -30,60 +31,68 @@ - code-generator + artifacts + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + docs + features yang yang-validation-tool - + third-party + + 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 - - - - - - - + + distribution-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 + + + + + + + + + + +