X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=d26fcf987e5469388b5c01bac3a391b805a46536;hp=e1a9cada19d4486386cfcb432238ce4d2a057551;hb=0e0808fafe62edb819898fe326e90f8261204a6a;hpb=8dd063e01eda1ce8f8c3cf0b49af17d6dfff388e diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index e1a9cada19..d26fcf987e 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -100,6 +100,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