X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=4c4c5b3378f1bfb87f64544248e052ca43053cfa;hb=d0bfebae1d8f056220bc2f5b043f1f13b3b8d4e6;hp=7f49ed9e82fa4c2cb779a0b83ba7f25dc275c0cb;hpb=5ed4ad773ce1bdd1a1511fe8ce66e0db00ae0a3b;p=controller.git 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 + + + +