X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=7601f765f349767273c88effa52bc08d624e3998;hb=b2a7e1a511100f0512095da585c2b717bb0101b5;hp=b8ad26116a2915634be51f430d8d5769ce2e949b;hpb=9b99e3841bb3f703cc72883ef9a5ef00cfa32f04;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index b8ad26116a..7601f765f3 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 @@ -41,6 +39,9 @@ netconf-config-dispatcher config-module-archetype config-netty-config + + config-artifacts + config-parent @@ -143,13 +144,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 +197,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +