X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=26fac47e71cc63c6d1462335a7f520f9309ed259;hp=76fbd7f6e55c057e6248fed354da9c8f801da2bb;hb=17d19bca1350102fd5ca1a1b7162cc5fc2ac9f79;hpb=18f8f0b852694daf18e8fd034ba576d78499e0ee diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 76fbd7f6e5..fefb4267cb 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,22 +1,19 @@ - 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.7.0-SNAPSHOT ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.5.0-SNAPSHOT pom ${project.artifactId} - - 3.0.4 - + config-api config-manager @@ -24,6 +21,8 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter + config-manager-facade-xml yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -38,9 +37,13 @@ yang-test-plugin shutdown-api shutdown-impl - netconf-config-dispatcher config-module-archetype - feature + config-netty-config + + config-artifacts + config-parent + config-persister-impl + config-it-base @@ -95,32 +98,15 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - true - classes - 1C - false - true - 2 - - - - org.codehaus.groovy.maven - gmaven-plugin - ${gmaven.plugin.version} - org.opendaylight.yangtools yang-maven-plugin ${yangtools.version} - org.opendaylight.yangtools + org.opendaylight.mdsal maven-sal-api-gen-plugin - ${yangtools.version} + ${mdsal.model.version} jar @@ -155,13 +141,24 @@ 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}\/ + + + **/yang-gen-config/**, + **\/config\/yang\/logback\/config\/**, + **\/target\/, + **\/bin\/, + **\/target-ide\/, + **\/${jmxGeneratorPath}\/, + **\/${salGeneratorPath}\/ + @@ -205,9 +202,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +