X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=4343eb9202c77592edeec2d233dce5651b79fe2a;hb=1e9ecb12a453b0e4dec447fdddd612bd1b1f4722;hp=20b1b411a4e93ee712f1a4e67844c57ceab630c8;hpb=bba161ea7fb714c9d21abac4c13a0ae2975810e8;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 20b1b411a4..4343eb9202 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.2-Helium ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.2.5-Helium 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}