X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=6d14ad3957c6e03a51bd728b054ba6388d245075;hp=66bb01f051fa1042e9fc08d4019a236f1e07bb04;hb=7cddd241457778e7f6dd0b9877153539b32b54c6;hpb=17d82f582a6bc13c78be3b19954ff8c021180e93 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 66bb01f051..6d14ad3957 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.5.0-SNAPSHOT ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.3.0-SNAPSHOT pom ${project.artifactId} - - 3.0.4 - + config-api config-manager @@ -23,6 +21,7 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -39,6 +38,10 @@ shutdown-impl netconf-config-dispatcher config-module-archetype + config-netty-config + + config-artifacts + config-parent @@ -93,18 +96,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - true - classes - 1C - false - true - 2 - - org.codehaus.groovy.maven gmaven-plugin @@ -153,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}\/ @@ -203,9 +197,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +