From 746531933b85d326ae7cbcca9af7910f9c480c28 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 13 May 2014 09:45:30 +0100 Subject: [PATCH] Update OVSDB Pom files for sortpom plugin Auto-sorting of pom files was introduced in https://git.opendaylight.org/gerrit/#/c/6247/ As the OVSDB pom's are children they too must be auto-sorted. `mvn clean install` was used to sort the poms for this commit. Change-Id: I2cb85c092452c94018334271bc37b4bc474d6e97 Signed-off-by: Dave Tucker --- commons/parent/pom.xml | 36 ++--- neutron/pom.xml | 205 ++++++++++++------------ northbound/ovsdb/pom.xml | 116 +++++++------- ovsdb/pom.xml | 327 +++++++++++++++++++-------------------- pom.xml | 18 +-- 5 files changed, 346 insertions(+), 356 deletions(-) diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 6dcfe22b9..14c1980a7 100755 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -1,9 +1,6 @@ 4.0.0 - - 3.0 - org.opendaylight.controller commons.opendaylight @@ -13,18 +10,14 @@ commons.ovsdb 1.0.1-SNAPSHOT pom - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - HEAD - + + 3.0 + - http://nexus.opendaylight.org/content - UTF-8 1.7 1.7 + http://nexus.opendaylight.org/content + UTF-8 @@ -43,16 +36,23 @@ + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + - opendaylight-public - opendaylight-public - ${nexusproxy}/groups/public/ false + opendaylight-public + opendaylight-public + ${nexusproxy}/groups/public/ @@ -70,12 +70,12 @@ - opendaylight-public - opendaylight-public - http://nexus.opendaylight.org/content/groups/public/ false + opendaylight-public + opendaylight-public + http://nexus.opendaylight.org/content/groups/public/ opendaylight-release diff --git a/neutron/pom.xml b/neutron/pom.xml index b1db746f2..724f6bd77 100644 --- a/neutron/pom.xml +++ b/neutron/pom.xml @@ -1,79 +1,34 @@ - 4.0.0 - - org.opendaylight.ovsdb - commons.ovsdb - 1.0.1-SNAPSHOT - ../commons/parent - + 4.0.0 + + org.opendaylight.ovsdb + commons.ovsdb + 1.0.1-SNAPSHOT + ../commons/parent + - ovsdb.neutron - 0.7.0-SNAPSHOT - bundle + ovsdb.neutron + 0.7.0-SNAPSHOT + bundle - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - HEAD - - - - 14.0.1 - 2.4.3 - 2.4.0 - 2.5 - - - - - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - org.opendaylight.controller.networkconfig.neutron, - org.opendaylight.controller.containermanager, - org.opendaylight.controller.switchmanager, - org.opendaylight.controller.forwardingrulesmanager, - org.opendaylight.controller.sal.core, - org.opendaylight.controller.sal.utils, - org.opendaylight.controller.sal.action, - org.opendaylight.ovsdb.plugin, - org.opendaylight.ovsdb.lib.notation, - org.opendaylight.ovsdb.lib.table, - org.opendaylight.ovsdb.lib.table.internal, - org.opendaylight.controller.sal.binding.api, - org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819, - org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes, - org.opendaylight.yangtools.yang.binding, - org.apache.felix.dm, - org.slf4j, - org.osgi.framework, - * - - - org.opendaylight.ovsdb.neutron.Activator - - - - - - + + 2.4.0 + 14.0.1 + 2.5 + 2.4.3 + - org.opendaylight.controller - 0.4.2-SNAPSHOT - networkconfig.neutron + com.google.inject + guice + 3.0 org.opendaylight.controller - switchmanager - 0.7.1-SNAPSHOT + containermanager + 0.5.2-SNAPSHOT org.opendaylight.controller @@ -82,77 +37,125 @@ org.opendaylight.controller - sal - 0.7.1-SNAPSHOT + networkconfig.neutron + 0.4.2-SNAPSHOT - org.opendaylight.ovsdb - ovsdb - 0.5.1-SNAPSHOT + org.opendaylight.controller + sal + 0.7.1-SNAPSHOT org.opendaylight.controller - containermanager - 0.5.2-SNAPSHOT + sal-binding-api + 1.1-SNAPSHOT - org.opendaylight.controller - sal-binding-api - 1.1-SNAPSHOT + org.opendaylight.controller + sal-common-util + 1.1-SNAPSHOT - org.opendaylight.controller.model - model-flow-service - 1.1-SNAPSHOT + org.opendaylight.controller + switchmanager + 0.7.1-SNAPSHOT org.opendaylight.controller.model model-flow-base 1.1-SNAPSHOT - + org.opendaylight.controller.model model-flow-management 1.1-SNAPSHOT + + org.opendaylight.controller.model + model-flow-service + 1.1-SNAPSHOT + org.opendaylight.controller.model model-inventory 1.1-SNAPSHOT + + org.opendaylight.ovsdb + ovsdb + 0.5.1-SNAPSHOT + org.opendaylight.yangtools yang-binding 0.6.2-SNAPSHOT - org.opendaylight.controller - sal-common-util - 1.1-SNAPSHOT + junit + junit + 4.11 + test - junit - junit - 4.11 - test + org.mockito + mockito-all + 1.9.5 + test - org.mockito - mockito-all - 1.9.5 - test + org.powermock + powermock-api-mockito + 1.5.2 + test - org.powermock - powermock-module-junit4 - 1.5.2 - test - - - org.powermock - powermock-api-mockito - 1.5.2 - test + org.powermock + powermock-module-junit4 + 1.5.2 + test + + + + org.apache.felix + maven-bundle-plugin + 2.3.6 + true + + + org.opendaylight.controller.networkconfig.neutron, + org.opendaylight.controller.containermanager, + org.opendaylight.controller.switchmanager, + org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.action, + org.opendaylight.ovsdb.plugin, + org.opendaylight.ovsdb.lib.notation, + org.opendaylight.ovsdb.lib.table, + org.opendaylight.ovsdb.lib.table.internal, + org.opendaylight.controller.sal.binding.api, + org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819, + org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes, + org.opendaylight.yangtools.yang.binding, + org.apache.felix.dm, + org.slf4j, + org.osgi.framework, + com.google.inject, + * + org.opendaylight.ovsdb.neutron.Activator + + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + diff --git a/northbound/ovsdb/pom.xml b/northbound/ovsdb/pom.xml index 996f2afdb..f6c0de567 100644 --- a/northbound/ovsdb/pom.xml +++ b/northbound/ovsdb/pom.xml @@ -7,22 +7,52 @@ 1.0.1-SNAPSHOT ../../commons/parent - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - HEAD - ovsdb.northbound 0.5.1-SNAPSHOT bundle + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + org.codehaus.enunciate + enunciate-core-annotations + ${enunciate.version} + + + org.opendaylight.controller + commons.northbound + 0.4.2-SNAPSHOT + + + org.opendaylight.controller + sal + 0.7.1-SNAPSHOT + + + org.opendaylight.ovsdb + ovsdb + 0.5.1-SNAPSHOT + + + - - org.codehaus.enunciate - maven-enunciate-plugin - ${enunciate.version} - org.apache.felix maven-bundle-plugin @@ -30,10 +60,8 @@ true - - - - org.opendaylight.controller.sal.utils, + + org.opendaylight.controller.sal.utils, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, org.opendaylight.controller.northbound.commons.utils, @@ -52,57 +80,25 @@ org.apache.catalina.filters, com.fasterxml.jackson.databind.annotation, com.fasterxml.jackson.annotation, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /ovsdb/nb/v2 ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + ${enunciate.version} + - - - org.opendaylight.controller - sal - 0.7.1-SNAPSHOT - - - org.opendaylight.ovsdb - ovsdb - 0.5.1-SNAPSHOT - - - org.opendaylight.controller - commons.northbound - 0.4.2-SNAPSHOT - - - org.codehaus.enunciate - enunciate-core-annotations - ${enunciate.version} - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + diff --git a/ovsdb/pom.xml b/ovsdb/pom.xml index bc1aceed9..18c890ac9 100755 --- a/ovsdb/pom.xml +++ b/ovsdb/pom.xml @@ -1,46 +1,127 @@ - 4.0.0 - - org.opendaylight.ovsdb - commons.ovsdb - 1.0.1-SNAPSHOT - ../commons/parent - - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - HEAD - - ovsdb - 0.5.1-SNAPSHOT - bundle + 4.0.0 + + org.opendaylight.ovsdb + commons.ovsdb + 1.0.1-SNAPSHOT + ../commons/parent + + ovsdb + 0.5.1-SNAPSHOT + bundle - - true - - 192.168.56.10 - 6640 - + + + 192.168.56.10 + 6640 + true + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.google.code.gson + gson + 2.1 + compile + + + com.google.guava + guava + ${guava.version} + + + commons-codec + commons-codec + 1.4 + true + + + commons-collections + commons-collections + 1.0 + + + commons-lang + commons-lang + 2.3 + + + equinoxSDK381 + org.eclipse.osgi + + + io.netty + netty-all + 4.0.17.Final + + + javax.portlet + portlet-api + 2.0 + + + junit + junit + + + org.apache.httpcomponents + httpcore-nio + 4.2.1 + true + + + org.opendaylight.controller + clustering.services + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + sal + 0.7.1-SNAPSHOT + + + org.opendaylight.controller + sal.connection + 0.1.2-SNAPSHOT + + + org.opendaylight.controller + sal.networkconfiguration + 0.0.3-SNAPSHOT + + - - - - src/test/resources - true - - - - - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - org.opendaylight.controller.sal.packet, + + + + true + src/test/resources + + + + + org.apache.felix + maven-bundle-plugin + 2.3.6 + true + + + org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.discovery, org.opendaylight.controller.sal.topology, @@ -60,139 +141,49 @@ org.eclipse.osgi.framework.console, org.osgi.framework, javax.net.ssl, - * - - httpclient,commons-codec,httpcore-nio,javax.servlet-api,portlet-api,commons-collections;type=!pom;inline=false - - true - - - org.opendaylight.ovsdb.plugin.Activator - - - org.opendaylight.ovsdb.lib.table, org.opendaylight.ovsdb.lib.table.internal, org.opendaylight.ovsdb.plugin, org.opendaylight.ovsdb.lib.notation - - - ${project.basedir}/META-INF - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.16 - - - - **/*IT - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - ${skip.integrationtest} - - - - - - - org.opendaylight.controller - clustering.services - 0.5.1-SNAPSHOT - - - org.opendaylight.controller - sal - 0.7.1-SNAPSHOT - - - org.opendaylight.controller - sal.connection - 0.1.2-SNAPSHOT - - - org.opendaylight.controller - sal.networkconfiguration - 0.0.3-SNAPSHOT - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - javax.portlet - portlet-api - 2.0 - - - commons-codec - commons-codec - 1.4 - true - - - org.apache.httpcomponents - httpcore-nio - 4.2.1 - true - - - io.netty - netty-all - 4.0.17.Final - - - commons-lang - commons-lang - 2.3 - - - commons-collections - commons-collections - 1.0 - - - com.google.guava - guava - ${guava.version} - - - equinoxSDK381 - org.eclipse.osgi - - - junit - junit - - - com.google.code.gson - gson - 2.1 - compile - - + * + httpclient,commons-codec,httpcore-nio,javax.servlet-api,portlet-api,commons-collections;type=!pom;inline=false + true + org.opendaylight.ovsdb.plugin.Activator + org.opendaylight.ovsdb.lib.table, org.opendaylight.ovsdb.lib.table.internal, org.opendaylight.ovsdb.plugin, org.opendaylight.ovsdb.lib.notation + + ${project.basedir}/META-INF + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${skip.integrationtest} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.16 + + + + **/*IT + + + + + + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + - - + + integrationtest - - + false - + diff --git a/pom.xml b/pom.xml index 1f2f479b5..fc66dd20d 100755 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,6 @@ 4.0.0 - - 3.0 - org.opendaylight.ovsdb @@ -15,12 +12,9 @@ ovsdb.project 0.5.1-SNAPSHOT pom - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - HEAD - + + 3.0 + ovsdb northbound/ovsdb @@ -28,5 +22,11 @@ commons/parent distribution/opendaylight + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + -- 2.36.6