X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=f5fcdbd3d5c33dc56c4dfa13fc7dc4f851fbb985;hb=ef265a54085326fff5227c847fa9736e1f3731bd;hp=2792adcb7be7fc82bba337e249af1fc830bdbfa1;hpb=39e1d43dc8f41f682fb818469a3aeb542e76ea8e;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 2792adcb7b..f5fcdbd3d5 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -9,16 +9,23 @@ commons.opendaylight 1.4.0-SNAPSHOT pom + + org.opendaylight.controller + commons.parent + 1.0.0-SNAPSHOT + ../parent + + 1.0-alpha-2 https://sonar.opendaylight.org/ - http://nexus.opendaylight.org/content dav:http://nexus.opendaylight.org/content/sites/site 3.2 2.6 UTF-8 2.3.2 - 2.13 + 2.15 + 2.15 3.0.0 1.5.0 1.26.2 @@ -32,6 +39,8 @@ 1.17 3.6.0.RELEASE 2.2.0.RELEASE + 2.10 + -Xmx1024m -XX:MaxPermSize=256m @@ -218,7 +227,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.10 + ${checkstyle.version} org.apache.maven.plugins @@ -251,7 +260,7 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 + ${propertymavenplugin.version} @@ -261,7 +270,7 @@ logback.configurationFile - ${project.parent.relativePath}/logback.xml + ${project.parent.basedir}/logback.xml @@ -276,13 +285,20 @@ 1.6 1.6 1.6 - ${project.parent.relativePath}/sun_coding_style.xml + ${project.parent.basedir}/sun_coding_style.xml org.apache.maven.plugins maven-checkstyle-plugin - 2.10 + ${checkstyle.version} + + + org.opendaylight.controller + checkstyle + 0.0.1-SNAPSHOT + + process-sources @@ -293,22 +309,37 @@ true - ${project.parent.relativePath}/space_and_tabs_checks.xml + controller/space_and_tabs_checks.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat + target\/ org.apache.maven.plugins maven-failsafe-plugin - 2.14.1 + ${failsafe.version} + + ${testvm.argLine} + integration-test - verify + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + ${testvm.argLine} + +