X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=8e9c99a0242a429fc0715bbd4304d8e413e413f7;hb=13ef365da32948e492121ae41d8214be1cbd7f47;hp=ab46986476808eb7474c9a677e40a9e7f5b91d24;hpb=747c3e510586dc204b1c52b1bcffeada59fabfb5;p=yangtools.git diff --git a/pom.xml b/pom.xml index ab46986476..8e9c99a024 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.2 + 4.0.0 - yangtools-aggregator org.opendaylight.yangtools - 0.6.2-SNAPSHOT + yangtools-aggregator + 2.1.3-SNAPSHOT + yangtools pom @@ -31,49 +31,89 @@ - code-generator + artifacts + benchmarks + bundle-parent common - integration-test - model - restconf - websocket + 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 - - - - - - - + + + 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 + + + + + + + + +