X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=bea6be867b318c8ad9dd6aa8cf5f99c19dd7ebcb;hp=7f49ed9e82fa4c2cb779a0b83ba7f25dc275c0cb;hb=20e100c1377799a60976c4153e4f664578896cb9;hpb=be852eb7b2d122da61cad918a4f8cc672ecb5af5 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7f49ed9e82..bea6be867b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -5,17 +5,15 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-SNAPSHOT + 1.7.0-SNAPSHOT ../commons/opendaylight config-subsystem - 0.3.0-SNAPSHOT + 0.5.0-SNAPSHOT pom ${project.artifactId} - - 3.0.4 - + config-api config-manager @@ -24,6 +22,7 @@ config-persister-api config-persister-file-xml-adapter config-persister-feature-adapter + config-manager-facade-xml yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -38,9 +37,13 @@ yang-test-plugin shutdown-api shutdown-impl - netconf-config-dispatcher config-module-archetype config-netty-config + + config-artifacts + config-parent + config-persister-impl + config-it-base @@ -95,20 +98,15 @@ - - org.codehaus.groovy.maven - gmaven-plugin - ${gmaven.plugin.version} - org.opendaylight.yangtools yang-maven-plugin ${yangtools.version} - org.opendaylight.yangtools + org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yangtools.version} + ${mdsal.model.version} jar @@ -143,13 +141,16 @@ maven-checkstyle-plugin false - false + true checkstyle-logging.xml true true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang - **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + **\/config\/yang\/logback\/config\/**,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ @@ -193,9 +194,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +