X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=5f34a9aa82d0ab35780b04862882710b7ae47fe8;hb=48814d6a264b8f13e5db1422336d9ef25cb05fa9;hp=20b1b411a4e93ee712f1a4e67844c57ceab630c8;hpb=bba161ea7fb714c9d21abac4c13a0ae2975810e8;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 20b1b411a4..5f34a9aa82 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -40,6 +40,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype + feature @@ -151,6 +152,35 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12 + + 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 +192,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}