X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=4c4c5b3378f1bfb87f64544248e052ca43053cfa;hp=7f49ed9e82fa4c2cb779a0b83ba7f25dc275c0cb;hb=d80bf0f81bdeed907b290b67f26f1a3541ad3ea4;hpb=5ed4ad773ce1bdd1a1511fe8ce66e0db00ae0a3b diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7f49ed9e82..4c4c5b3378 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -41,6 +41,9 @@ netconf-config-dispatcher config-module-archetype config-netty-config + + config-artifacts + config-parent @@ -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 + + + +