X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fconfig%2Fpom.xml;h=beadb11fbbb40a7d9156e2e1177b1f2b0abb0261;hb=819b04091a3d4d96612a1036228638a3b4e85d09;hp=20b1b411a4e93ee712f1a4e67844c57ceab630c8;hpb=9b843f3565f84258ebea1b437ae1025dfd4a52d2;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 20b1b411a4..beadb11fbb 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,17 +1,16 @@ - 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.2.6-SNAPSHOT pom ${project.artifactId} @@ -24,6 +23,7 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -40,6 +40,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype + config-netty-config @@ -80,12 +81,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -95,23 +95,10 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - true - classes - 1C - false - true - 2 - - org.codehaus.groovy.maven gmaven-plugin - 1.0 + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -151,6 +138,34 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + false + false + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + org.apache.maven.plugins maven-compiler-plugin @@ -162,7 +177,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}