X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fconfig%2Fpom.xml;h=fc447aa7f9a10fe03877e5bb8cb2da4e099836bb;hb=159881b2b1c44301f740a6d20199df58eea04851;hp=7f49ed9e82fa4c2cb779a0b83ba7f25dc275c0cb;hpb=be852eb7b2d122da61cad918a4f8cc672ecb5af5;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7f49ed9e82..fc447aa7f9 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -41,6 +41,8 @@ netconf-config-dispatcher config-module-archetype config-netty-config + + config-artifacts @@ -149,7 +151,10 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang - **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + **\/logback-config\/,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ @@ -193,9 +198,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +