X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=0b0c760e38c0444146a26c7499b416fb58b73bca;hp=b8ad26116a2915634be51f430d8d5769ce2e949b;hb=23fe9ca678ada6263fec5dd996f4025e4a32fcf5;hpb=b725fdb758008195a98f7fad0fd3804c363170aa diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index b8ad26116a..0b0c760e38 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -5,17 +5,15 @@ org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.6.0-SNAPSHOT ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.4.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 @@ -143,13 +146,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 +199,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +