X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=fefb4267cb8bf93c6796c041165d528f03ea52c6;hb=50a2f5eb1c94650bc1be1e49d3a5382a1a74a9b3;hp=7c244f57fcf6d2b9141807e2478b197a138121fd;hpb=f29ebcc00137f36052e774247fed2d054df9fc0d;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7c244f57fc..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 @@ -39,6 +38,12 @@ shutdown-api shutdown-impl config-module-archetype + config-netty-config + + config-artifacts + config-parent + config-persister-impl + config-it-base @@ -79,12 +84,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -94,33 +98,15 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - true - classes - 1C - false - true - 2 - - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0 - 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 @@ -150,6 +136,45 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + false + true + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + + + **/yang-gen-config/**, + **\/config\/yang\/logback\/config\/**, + **\/target\/, + **\/bin\/, + **\/target-ide\/, + **\/${jmxGeneratorPath}\/, + **\/${salGeneratorPath}\/ + + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + org.apache.maven.plugins maven-compiler-plugin @@ -161,7 +186,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} @@ -178,9 +202,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +