X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=a8a4c87a4eaa9f28a3e6656390bb27accbdd1f67;hb=dd4f72baf90e2859d34ab415bf7e871c87d3a675;hp=7c244f57fcf6d2b9141807e2478b197a138121fd;hpb=576170185844b9fbd7f522704ba36b13ce77abd1;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7c244f57fc..a8a4c87a4e 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,5 +1,4 @@ - 4.0.0 @@ -38,7 +37,9 @@ yang-test-plugin shutdown-api shutdown-impl + netconf-config-dispatcher config-module-archetype + feature @@ -79,12 +80,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -97,7 +97,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.14.1 true classes @@ -110,7 +109,7 @@ org.codehaus.groovy.maven gmaven-plugin - 1.0 + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -150,6 +149,34 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + 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 +188,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}