X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fpom.xml;h=66bb01f051fa1042e9fc08d4019a236f1e07bb04;hb=bfd413d87f82ee3ffed67a141a980805950a0f06;hp=7c244f57fcf6d2b9141807e2478b197a138121fd;hpb=0b499893a981d06759738e81fa8cb6d098acda80;p=controller.git diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7c244f57fc..6d14ad3957 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,22 +1,19 @@ - 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} - - 3.0.4 - + config-api config-manager @@ -24,6 +21,7 @@ config-util config-persister-api config-persister-file-xml-adapter + config-persister-feature-adapter yang-jmx-generator yang-jmx-generator-plugin yang-test @@ -38,7 +36,12 @@ yang-test-plugin shutdown-api shutdown-impl + netconf-config-dispatcher config-module-archetype + config-netty-config + + config-artifacts + config-parent @@ -79,12 +82,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -94,23 +96,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 @@ -150,6 +139,37 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + false + true + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + + **\/config\/yang\/logback\/config\/**,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + org.apache.maven.plugins maven-compiler-plugin @@ -161,7 +181,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} @@ -178,9 +197,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + +