X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=546bcbf9a91a560614a18433d5a3f4b8198ad174;hb=faac1484eb8364c4fe52e19c2e1f473c0ce51614;hp=ab46986476808eb7474c9a677e40a9e7f5b91d24;hpb=54b85dc59a410c1cb945cc124367f131f2b6e384;p=yangtools.git diff --git a/pom.xml b/pom.xml index ab46986476..546bcbf9a9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,20 +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.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 4.0.12 + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 2.1.13-SNAPSHOT + yangtools pom @@ -31,49 +31,68 @@ - code-generator + artifacts + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + docs + features yang - benchmarks - + yang-validation-tool + third-party - - - - - 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 + + + + + + + + + + +