X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=5f34a9aa82d0ab35780b04862882710b7ae47fe8;hb=48814d6a264b8f13e5db1422336d9ef25cb05fa9;hp=9e0aef35f47c93c22d0692fbb173921f94c357fe;hpb=ff61f9fe0055942eba9cb34d8ac03e0a2a866898;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 9e0aef35f4..5f34a9aa82 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -152,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 @@ -163,7 +192,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}