X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=343d13e9c19194ad67680801639fdf52df9563b3;hb=bc7b4edec3c868a14e0a0de3a3b8e1af2406448b;hp=9e0aef35f47c93c22d0692fbb173921f94c357fe;hpb=d3ee1db2786e3d239c32d2bc983b5d926939e8b9;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 9e0aef35f4..343d13e9c1 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,5 +1,4 @@ - 4.0.0 @@ -40,7 +39,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype - feature + config-netty-config @@ -81,12 +80,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -96,23 +94,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 @@ -152,6 +137,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 @@ -163,7 +176,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}