X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=98e1d1ab909e945c30f75d3db67bfdb43d4bb654;hb=ac39de5a9b96438d30df745895454c02e15e51e3;hp=9814b5f91cf1ed0e7d535588cf17cd44329f25f4;hpb=904be6b7a0750dc395677fac2864a376c96e4ec2;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 9814b5f91c..98e1d1ab90 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,7 @@ 1.17 3.6.0.RELEASE 2.2.0.RELEASE + 2.10 @@ -218,7 +226,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.10 + ${checkstyle.version} org.apache.maven.plugins @@ -251,7 +259,7 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 + ${propertymavenplugin.version} @@ -261,7 +269,7 @@ logback.configurationFile - ${project.parent.relativePath}/logback.xml + ${project.parent.basedir}/logback.xml @@ -276,22 +284,48 @@ 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 + ${checkstyle.version} + + + process-sources + + check + + + + + true + ${project.parent.basedir}/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} integration-test - verify + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + @@ -345,17 +379,30 @@ - - org.ops4j.pax.exam - maven-paxexam-plugin - [1.2.4,) - - generate-depends-file - - - - - + + org.ops4j.pax.exam + maven-paxexam-plugin + [1.2.4,) + + generate-depends-file + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [2.0,) + + check + + + + +