X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=ea7b24317932b308bf101df8736a8c514bc16418;hp=9e0aef35f47c93c22d0692fbb173921f94c357fe;hb=5adfd98dac66cab656090d1b51324b4d09573bd9;hpb=d7992a5c497b98387469ec24f99f3570f517b44f diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 9e0aef35f4..ea7b243179 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,17 +1,16 @@ - 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT ../commons/opendaylight config-subsystem - 0.2.5-SNAPSHOT + 0.3.0-SNAPSHOT pom ${project.artifactId} @@ -24,6 +23,7 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -40,7 +40,7 @@ shutdown-impl netconf-config-dispatcher config-module-archetype - feature + config-netty-config @@ -81,12 +81,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -96,23 +95,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 + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -152,6 +138,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 @@ -163,7 +177,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} @@ -180,9 +193,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +