X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=26206bc7941ff935438e2b826121d4198a7eea4c;hb=a871b53ca8e9672fc501cca5260c4b83b9880fa2;hp=c2d8b5b7e6423a1efbd9d11d2bc84cc05e3507d8;hpb=dff8181ffc7175b74be00ee6f983a9838d3dce89;p=mdsal.git diff --git a/pom.xml b/pom.xml index c2d8b5b7e6..d88ef36fcc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,20 +7,92 @@ 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.mdsal - mdsal-parent - 2.0.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 9.0.5 + 4.0.0 + org.opendaylight.mdsal mdsal-agreggator - md-sal + 8.0.4-SNAPSHOT pom + md-sal + + Model-Driven Service Abstraction Layer. Provides YANG-centric code generation tools and supporting + APIs to allow building applications which operate on and interchange YANG-modeled data. + + + + artifacts + common + docs + features + karaf + dom + binding + model + entityownership + singleton-service + trace + + + netty + + + replicate + + + yanglib + + + + true + true + + + + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/mdsal.git @@ -28,45 +100,4 @@ https://wiki.opendaylight.org/view/MD-SAL:Main HEAD - - - common/parent - common/artifacts - binding - model - - - - - - - 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 - 0.8.0-SNAPSHOT - - - - - - check - - - - - - -