X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=0443475fb23a585d5b183542c0d4d1a673d07fd0;hb=61abad9a6e569690d110750d7f5cbf4a136bfd2d;hp=15ed64a9a834e773e7bc98fbbec5c190119c302f;hpb=6ae283a8abfeeec44eff45320e28d332177575e4;p=yangtools.git diff --git a/pom.xml b/pom.xml index 15ed64a9a8..0443475fb2 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 - 1.0.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 4.0.2 + 4.0.0 + org.opendaylight.yangtools yangtools-aggregator + 2.1.6-SNAPSHOT yangtools pom @@ -30,55 +31,89 @@ + artifacts + benchmarks + bundle-parent common + features yang - websocket yang-validation-tool + third-party - - benchmarks - - false - - - benchmarks - - + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + + + + + maven-site + + + ${user.dir}/deploy-site.xml + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + false + + + aggregate + + aggregate + + package + + + -Xdoclint:none + + + + + + + - - - - - 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 - - - - - - -