X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=26fac47e71cc63c6d1462335a7f520f9309ed259;hp=8bf9a0f3cdc70a4ecf9248044eaf742a68b99d6e;hb=5a9287bb6ddaaa8805939b3b3301f648c03785f4;hpb=87e068952fe9207ccccbcebdaac2de09743e2403 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 8bf9a0f3cd..26fac47e71 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,5 +1,4 @@ - 4.0.0 @@ -40,6 +39,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype + config-netty-config @@ -80,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 @@ -98,7 +97,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.14.1 true classes @@ -111,32 +109,7 @@ org.codehaus.groovy.maven gmaven-plugin - 1.0 - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.opendaylight.yangtools - yang-maven-plugin - [0.5.7-SNAPSHOT,) - - generate-sources - - - - - - - - - + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -176,6 +149,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 @@ -187,7 +188,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}