X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=6f381d3d229cbdaf45dd946d9b908babbd5f1635;hb=dcf735a8b03660c1caad4bfb798b5bebf7cccf8f;hp=f49d0cd7067d7f7404dc2b23e3a49d3391782d79;hpb=fcd6c37ba816ce9c6c5e7206053dadd331c75ff7;p=mdsal.git diff --git a/pom.xml b/pom.xml index f49d0cd706..6f381d3d22 100644 --- a/pom.xml +++ b/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent odlparent-lite - 3.1.2 + 4.0.2 4.0.0 org.opendaylight.mdsal mdsal-agreggator - 2.2.0-SNAPSHOT + 2.4.0-SNAPSHOT md-sal pom @@ -31,14 +31,15 @@ - common - dom - binding - binding2 - model - model-binding2 - entityownership - singleton-service + artifacts + common + dom + binding + binding2 + model + model-binding2 + entityownership + singleton-service @@ -51,7 +52,7 @@ org.opendaylight.yangtools checkstyle-logging - 2.0.5 + 2.1.0 @@ -59,55 +60,42 @@ - - - - maven-site - - - ${user.dir}/deploy-site.xml - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - false - - - aggregate - - aggregate - - package - - - - - - - - - - - ${odl.site.url}/${project.groupId}/${stream}/ - - - - opendaylight-site - ${nexus.site.url}/ - - - + + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +