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