X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=cb883bbb847e44ad3ca78582418d106bac8c5a35;hb=b55a6828f7740e29d2e87bbcf8a73867c3d4efe3;hp=7ad393fbc312e5dcc184b7c9d8f7f77f9b17a0c3;hpb=5f66ed5f0c66b00ffbe1136adb269b97fae8fda6;p=yangtools.git diff --git a/pom.xml b/pom.xml index 7ad393fbc3..cb883bbb84 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,20 @@ 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 + 7.0.5 + + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 6.0.0-SNAPSHOT + yangtools pom @@ -24,49 +31,67 @@ - code-generator + artifacts + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + docs + features yang - benchmarks - + yang-validation-tool - - - - - 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 + + + + 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 + + + + + + + + + + +