X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=5f34a9aa82d0ab35780b04862882710b7ae47fe8;hb=48814d6a264b8f13e5db1422336d9ef25cb05fa9;hp=bd2924ad9dffc996cbea58b52d9f5b8ab1377850;hpb=fbebf3f638e1240f2b5ebf08353151446ee1d418;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index bd2924ad9d..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 @@ -112,31 +114,6 @@ gmaven-plugin 1.0 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.opendaylight.yangtools - yang-maven-plugin - [0.5.7-SNAPSHOT,) - - generate-sources - - - - - - - - - - org.opendaylight.yangtools yang-maven-plugin @@ -175,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 @@ -186,7 +192,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}