X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=f2775f4e5a26a80b2b31d90fd303438c59b9fd5f;hb=refs%2Fchanges%2F79%2F79979%2F1;hp=b7860ed9c5e262007a6ce23b5fe4d1064d70a86d;hpb=f43406daa10980d7159a0aad063f00b24387b074;p=yangtools.git diff --git a/pom.xml b/pom.xml index b7860ed9c5..f2775f4e5a 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.9.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 3.1.6 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator + 2.0.17-SNAPSHOT yangtools pom @@ -30,55 +31,66 @@ + benchmarks common + docs + features yang - websocket 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 + + + + + + + + + + +