X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=343d13e9c19194ad67680801639fdf52df9563b3;hb=79d775c3cc0fe48b01eefdb732124e81dfe3441c;hp=bd2924ad9dffc996cbea58b52d9f5b8ab1377850;hpb=cc91da381bbe5bc49b3c234d562fe72bd542964f;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index bd2924ad9d..343d13e9c1 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 + config-netty-config @@ -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 @@ -94,48 +94,10 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - true - classes - 1C - false - true - 2 - - org.codehaus.groovy.maven gmaven-plugin - 1.0 - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.opendaylight.yangtools - yang-maven-plugin - [0.5.7-SNAPSHOT,) - - generate-sources - - - - - - - - - + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -175,6 +137,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 @@ -186,7 +176,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version}