X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=76fbd7f6e55c057e6248fed354da9c8f801da2bb;hb=a843a22d18377c24541c79839223ed5323544709;hp=20b1b411a4e93ee712f1a4e67844c57ceab630c8;hpb=f97c2c15dab2ff9b06b7eb94bed49363a10b17fc;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 20b1b411a4..76fbd7f6e5 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -40,6 +40,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype + feature @@ -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 @@ -98,7 +98,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.14.1 true classes @@ -111,7 +110,7 @@ org.codehaus.groovy.maven gmaven-plugin - 1.0 + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -151,6 +150,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 +189,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}