X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=142c9d5d6cc44c24d553ac0f89b9b5a2101de706;hb=refs%2Fchanges%2F74%2F474%2F2;hp=370526aca126526a4919a5ce08dbef298951b038;hpb=09ea3cfd65c19cca18d9bc6dff42fb78a0d74836;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 370526aca1..142c9d5d6c 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -9,10 +9,16 @@ 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 @@ -32,6 +38,7 @@ 1.17 3.6.0.RELEASE 2.2.0.RELEASE + 2.10 @@ -218,7 +225,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.10 + ${checkstyle.version} org.apache.maven.plugins @@ -251,7 +258,7 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 + ${propertymavenplugin.version} @@ -261,7 +268,7 @@ logback.configurationFile - ${project.parent.relativePath}/logback.xml + ${project.parent.basedir}/logback.xml @@ -276,9 +283,43 @@ 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 + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.14.1 + + + + integration-test + verify + + + + @@ -303,6 +344,60 @@ + + + org.codehaus.enunciate + maven-enunciate-plugin + [0.0,) + + docs + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0.0,) + + prepare-agent + pre-test + post-test + + + + + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + [1.2.4,) + + generate-depends-file + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [2.0,) + + check + + + + + + @@ -789,36 +884,5 @@ jersey-json ${jersey.version} - - com.sun.jersey.contribs - jersey-spring - ${jersey.version} - - - org.springframework - spring - - - org.springframework - spring-aop - - - org.springframework - spring-core - - - org.springframework - spring-web - - - org.springframework - spring-beans - - - org.springframework - spring-context - - -