X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=72e8dd3b1d33a1249266163c5fa4e47b68600fbf;hp=343d13e9c19194ad67680801639fdf52df9563b3;hb=bc99ff03ddcba2ceff83fd1ebba68731f39c864b;hpb=8e42b08cb626a60919c145b2a46d94114c3905d6;ds=sidebyside diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 343d13e9c1..72e8dd3b1d 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 @@ -23,6 +21,7 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -40,6 +39,10 @@ netconf-config-dispatcher config-module-archetype config-netty-config + + config-artifacts + config-parent + config-it-base @@ -142,13 +145,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}\/ @@ -192,9 +198,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +