X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=5f34a9aa82d0ab35780b04862882710b7ae47fe8;hb=48814d6a264b8f13e5db1422336d9ef25cb05fa9;hp=7c244f57fcf6d2b9141807e2478b197a138121fd;hpb=7a2e095152bc49f5f3ef002676e6796d98363955;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7c244f57fc..5f34a9aa82 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -38,7 +38,9 @@ yang-test-plugin shutdown-api shutdown-impl + netconf-config-dispatcher config-module-archetype + feature @@ -150,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 @@ -161,7 +192,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}