From: jameshall03885 Date: Wed, 16 Apr 2014 18:18:57 +0000 (-0400) Subject: Adding auto-sorting plugin to all Controller via parent/pom.xml X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~208 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0d896bf5699afcb1083d73c90a2669aace28d4c4 Adding auto-sorting plugin to all Controller via parent/pom.xml leveraging google's sortpom plugin, all controller poms are sorted at build time as per the opendaylight/commons/parent/pom.xml configuration. Sorted lists of properties, dependencies, and plugins will increase pom readability and help prevent duplicate entry errors. This first submission is huge as I changed one pom.xml and all are then sorted. Only if the sortpom plugin is reconfigured will all pom's again be changed. Note that if any pom.xml is pushed without having been through a build ... folks are going to see pom.xml files showup as modified unintentionally. Change-Id: I8553f38b9f0e5f6d27177ad6b9b9c35a4b43d55a Signed-off-by: jameshall03885 --- diff --git a/opendaylight/appauth/pom.xml b/opendaylight/appauth/pom.xml index 30879c6565..f07c855877 100644 --- a/opendaylight/appauth/pom.xml +++ b/opendaylight/appauth/pom.xml @@ -7,62 +7,57 @@ 1.4.2-SNAPSHOT ../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - appauth 0.4.2-SNAPSHOT bundle - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - - org.opendaylight.controller.configuration, + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + usermanager + + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.opendaylight.controller.configuration, org.opendaylight.controller.containermanager, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.utils, org.opendaylight.controller.usermanager, org.slf4j, - org.apache.felix.dm, - - - org.opendaylight.controller.appauth, - org.opendaylight.controller.appauth.authorization - - - - - - - - - - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - usermanager - - + org.apache.felix.dm, + org.opendaylight.controller.appauth, + org.opendaylight.controller.appauth.authorization + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/arphandler/pom.xml b/opendaylight/arphandler/pom.xml index d7d185e725..8d62c1da4b 100644 --- a/opendaylight/arphandler/pom.xml +++ b/opendaylight/arphandler/pom.xml @@ -7,15 +7,43 @@ 1.4.2-SNAPSHOT ../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - arphandler 0.5.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + @@ -26,8 +54,7 @@ true - - org.opendaylight.controller.sal.packet.address, + org.opendaylight.controller.sal.packet.address, org.opendaylight.controller.connectionmanager, org.opendaylight.controller.sal.connection, org.opendaylight.controller.sal.core, @@ -41,52 +68,19 @@ org.opendaylight.controller.hosttracker.hostAware, org.apache.felix.dm, org.osgi.service.component, - org.slf4j - - - org.opendaylight.controller.arphandler - - - org.opendaylight.controller.arphandler.internal.Activator - + org.slf4j + org.opendaylight.controller.arphandler + org.opendaylight.controller.arphandler.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal.connection - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/clustering/integrationtest/pom.xml b/opendaylight/clustering/integrationtest/pom.xml index 63ff668a01..62c182c3b9 100644 --- a/opendaylight/clustering/integrationtest/pom.xml +++ b/opendaylight/clustering/integrationtest/pom.xml @@ -7,28 +7,39 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - clustering.services.integrationtest 0.4.2-SNAPSHOT + + ../implementation/target/jacoco-it.exec + + ../implementation/target/jacoco.exec + - org.opendaylight.controller - clustering.services + ch.qos.logback + logback-classic - org.opendaylight.controller - sal + ch.qos.logback + logback-core + + + eclipselink + javax.resource + + + junit + junit + + + org.apache.felix + org.apache.felix.dependencymanager.shell org.opendaylight.controller - sal.implementation + clustering.services org.opendaylight.controller @@ -42,56 +53,39 @@ org.opendaylight.controller containermanager.it.implementation - - junit - junit + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.implementation - org.ops4j.pax.exam - pax-exam-container-native - test - - - org.ops4j.pax.exam - pax-exam-junit4 - test - - - org.ops4j.pax.exam - pax-exam-link-mvn - test - - - org.ops4j.pax.url - pax-url-aether - test - - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - org.apache.felix - org.apache.felix.dependencymanager.shell - - - eclipselink - javax.resource - + org.slf4j + log4j-over-slf4j + + + org.ops4j.pax.exam + pax-exam-container-native + test + + + org.ops4j.pax.exam + pax-exam-junit4 + test + + + org.ops4j.pax.exam + pax-exam-link-mvn + test + + + org.ops4j.pax.url + pax-url-aether + test + - - - ../implementation/target/jacoco.exec - ../implementation/target/jacoco-it.exec - @@ -99,7 +93,9 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -118,4 +114,10 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/clustering/services/pom.xml b/opendaylight/clustering/services/pom.xml index fedb8d4dbe..3806421df8 100644 --- a/opendaylight/clustering/services/pom.xml +++ b/opendaylight/clustering/services/pom.xml @@ -7,12 +7,6 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - clustering.services 0.5.1-SNAPSHOT @@ -34,16 +28,18 @@ true - - org.opendaylight.controller.clustering.services - - - javax.transaction - + org.opendaylight.controller.clustering.services + javax.transaction ${project.basedir}/META-INF + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/clustering/services_implementation/pom.xml b/opendaylight/clustering/services_implementation/pom.xml index e91356c1dc..4acfae0d29 100644 --- a/opendaylight/clustering/services_implementation/pom.xml +++ b/opendaylight/clustering/services_implementation/pom.xml @@ -7,12 +7,6 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - clustering.services-implementation 0.4.3-SNAPSHOT @@ -23,6 +17,38 @@ target/jacoco.exec target/jacoco-it.exec + + + equinoxSDK381 + org.apache.felix.gogo.runtime + + + junit + junit + + + org.infinispan + infinispan-core + 6.0.2.Final + + + org.jboss.jbossts.jta + narayana-jta + 4.17.7.Final + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + commons.logback_settings + + + org.opendaylight.controller + sal + + @@ -41,8 +67,7 @@ true - - org.slf4j, + org.slf4j, !org.apache.logging.log4j.*, !bsh*, !net.jcip.*, @@ -52,11 +77,8 @@ javax.transaction, *, org.opendaylight.controller.clustering.services, - org.opendaylight.controller.sal.core - - - org.opendaylight.controller.clustering.services_implementation.internal.Activator - + org.opendaylight.controller.sal.core + org.opendaylight.controller.clustering.services_implementation.internal.Activator @@ -64,41 +86,13 @@ - - * - - - infinispan-core,infinispan-commons,jgroups,jboss-marshalling-river,jboss-marshalling,jboss-logging,staxmapper,narayana-jta;type=!pom;inline=false - - - true - + * + infinispan-core,infinispan-commons,jgroups,jboss-marshalling-river,jboss-marshalling,jboss-logging,staxmapper,narayana-jta;type=!pom;inline=false + true ${project.basedir}/META-INF - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - org.apache.maven.plugins maven-enforcer-plugin @@ -125,38 +119,36 @@ + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + - - - org.infinispan - infinispan-core - 6.0.2.Final - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - org.jboss.jbossts.jta - narayana-jta - 4.17.7.Final - - - equinoxSDK381 - org.apache.felix.gogo.runtime - - - junit - junit - - - org.opendaylight.controller - commons.logback_settings - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/clustering/stub/pom.xml b/opendaylight/clustering/stub/pom.xml index 2f0ac1d9a0..7a0c1378b6 100644 --- a/opendaylight/clustering/stub/pom.xml +++ b/opendaylight/clustering/stub/pom.xml @@ -7,16 +7,24 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - clustering.stub 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + sal + + @@ -27,34 +35,22 @@ true - - javax.transaction, + javax.transaction, org.apache.felix.dm, org.slf4j, org.opendaylight.controller.clustering.services, - org.opendaylight.controller.sal.core - - - org.opendaylight.controller.clustering.stub.internal.Activator - + org.opendaylight.controller.sal.core + org.opendaylight.controller.clustering.stub.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/clustering/test/pom.xml b/opendaylight/clustering/test/pom.xml index ca0fc83bea..02a231b78c 100644 --- a/opendaylight/clustering/test/pom.xml +++ b/opendaylight/clustering/test/pom.xml @@ -7,83 +7,46 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - clustering.test 0.4.2-SNAPSHOT bundle - - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - - org.slf4j, - javax.transaction, - org.eclipse.osgi.framework.console, - ch.qos.logback.classic, - org.opendaylight.controller.clustering.services, - org.opendaylight.controller.sal.core, - org.apache.felix.dm - - - org.opendaylight.controller.clustering.test.internal - - - org.opendaylight.controller.clustering.test.internal.Activator - - - ${project.basedir}/META-INF - - - - - org.opendaylight.controller - clustering.services + ch.qos.logback + logback-classic - org.opendaylight.controller - sal + ch.qos.logback + logback-core equinoxSDK381 - org.eclipse.osgi.services + org.apache.felix.gogo.command equinoxSDK381 - org.eclipse.osgi + org.apache.felix.gogo.runtime equinoxSDK381 - org.apache.felix.gogo.command + org.apache.felix.gogo.shell equinoxSDK381 - org.apache.felix.gogo.runtime + org.eclipse.osgi equinoxSDK381 - org.apache.felix.gogo.shell + org.eclipse.osgi.services - ch.qos.logback - logback-core + org.opendaylight.controller + clustering.services - ch.qos.logback - logback-classic + org.opendaylight.controller + sal junit @@ -91,4 +54,35 @@ test + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.slf4j, + javax.transaction, + org.eclipse.osgi.framework.console, + ch.qos.logback.classic, + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.sal.core, + org.apache.felix.dm + org.opendaylight.controller.clustering.test.internal + org.opendaylight.controller.clustering.test.internal.Activator + + ${project.basedir}/META-INF + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/commons/concepts/pom.xml b/opendaylight/commons/concepts/pom.xml index 6113fcce47..de263cb41f 100644 --- a/opendaylight/commons/concepts/pom.xml +++ b/opendaylight/commons/concepts/pom.xml @@ -7,16 +7,16 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - concepts 0.5.2-SNAPSHOT bundle + + + junit + junit + + @@ -27,9 +27,7 @@ true - - org.opendaylight.controller.concepts.transform - + org.opendaylight.controller.concepts.transform ${project.basedir}/META-INF @@ -38,6 +36,10 @@ org.apache.maven.plugins maven-checkstyle-plugin ${checkstyle.version} + + true + controller/checkstyle.xml + org.opendaylight.controller @@ -45,17 +47,13 @@ 0.0.3-SNAPSHOT - - true - controller/checkstyle.xml - - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/commons/httpclient/pom.xml b/opendaylight/commons/httpclient/pom.xml index c078884ccf..f068fded4e 100644 --- a/opendaylight/commons/httpclient/pom.xml +++ b/opendaylight/commons/httpclient/pom.xml @@ -7,16 +7,31 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - commons.httpclient 0.1.2-SNAPSHOT bundle + + + commons-logging + commons-logging + 1.1.3 + + + junit + junit + + + org.apache.httpcomponents + httpclient + 4.3 + + + org.apache.httpcomponents + httpcore + 4.3 + + @@ -27,8 +42,7 @@ true - - javax.crypto, + javax.crypto, javax.crypto.spec, javax.net, javax.net.ssl, @@ -38,14 +52,9 @@ org.ietf.jgss, !org.apache.commons.codec.*, !org.apache.log, - !org.apache.avalon.framework.* - - - org.opendaylight.controller.commons.httpclient - - - httpclient,httpcore,commons-logging - + !org.apache.avalon.framework.* + org.opendaylight.controller.commons.httpclient + httpclient,httpcore,commons-logging false ${project.basedir}/META-INF @@ -55,6 +64,10 @@ org.apache.maven.plugins maven-checkstyle-plugin ${checkstyle.version} + + true + controller/checkstyle.xml + org.opendaylight.controller @@ -62,32 +75,13 @@ 0.0.3-SNAPSHOT - - true - controller/checkstyle.xml - - - - junit - junit - - - org.apache.httpcomponents - httpclient - 4.3 - - - org.apache.httpcomponents - httpcore - 4.3 - - - commons-logging - commons-logging - 1.1.3 - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index 5dec7757b2..315611f647 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -7,50 +7,56 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - commons.integrationtest 0.5.2-SNAPSHOT pom + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + equinoxSDK381 - org.eclipse.equinox.console + org.apache.felix.gogo.command equinoxSDK381 - org.eclipse.equinox.util + org.apache.felix.gogo.runtime equinoxSDK381 - org.eclipse.osgi.services + org.apache.felix.gogo.shell equinoxSDK381 - org.eclipse.equinox.ds + org.eclipse.equinox.console equinoxSDK381 - org.apache.felix.gogo.command + org.eclipse.equinox.ds equinoxSDK381 - org.apache.felix.gogo.runtime + org.eclipse.equinox.util equinoxSDK381 - org.apache.felix.gogo.shell + org.eclipse.osgi.services junit junit + + org.slf4j + log4j-over-slf4j + org.ops4j.pax.exam @@ -67,57 +73,32 @@ pax-url-aether test - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - true - - - - org.ops4j.pax.exam - maven-paxexam-plugin - 1.2.4 - - - generate-config - - generate-depends-file - - - - org.apache.maven.plugins maven-checkstyle-plugin ${checkstyle.version} + + true + controller/checkstyle.xml + org.opendaylight.controller checkstyle 0.0.3-SNAPSHOT - + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} - true - controller/checkstyle.xml + true @@ -140,6 +121,25 @@ + + org.ops4j.pax.exam + maven-paxexam-plugin + 1.2.4 + + + generate-config + + generate-depends-file + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/commons/logback_settings/pom.xml b/opendaylight/commons/logback_settings/pom.xml index 3ea13d0122..11a7ffbd0e 100644 --- a/opendaylight/commons/logback_settings/pom.xml +++ b/opendaylight/commons/logback_settings/pom.xml @@ -1,17 +1,18 @@ + 4.0.0 + + org.opendaylight.controller + commons.parent + 1.0.2-SNAPSHOT + ../parent + commons.logback_settings 0.0.2-SNAPSHOT scm:git:ssh://git.opendaylight.org:29418/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - - org.opendaylight.controller - commons.parent - 1.0.2-SNAPSHOT - ../parent - diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 5604457839..3fa15a64f7 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1,209 +1,188 @@ 4.0.0 - - 3.0 - - commons.opendaylight - 1.4.2-SNAPSHOT - pom org.opendaylight.controller commons.parent 1.0.2-SNAPSHOT ../parent - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + commons.opendaylight + 1.4.2-SNAPSHOT + pom + + 3.0 + - - 1.7 - 1.7 - - http://nexus.opendaylight.org/content - - 1.0-alpha-2 - https://sonar.opendaylight.org/ - dav:http://nexus.opendaylight.org/content/sites/site - 3.2 - 2.6 - UTF-8 - UTF-8 + 0.5.2-SNAPSHOT + 2.3.7 + 0.4.2-SNAPSHOT + 2.10 + 0.5.1-SNAPSHOT + 0.4.3-SNAPSHOT + 0.4.2-SNAPSHOT + 0.1.2-SNAPSHOT + 2.4 + 3.1 2.3.2 - 2.15 - 2.15 - 3.0.0 - 1.5.0 + 0.5.2-SNAPSHOT + 0.2.5-SNAPSHOT + 0.4.3-SNAPSHOT + 0.1.2-SNAPSHOT + 0.5.2-SNAPSHOT + 0.5.2-SNAPSHOT + + 0.4.2-SNAPSHOT + 7.0.42 + + 1.3.1 1.26.2 - ${user.name}-private-view - org.openflow.openflowj,net.sf.jung2 - 1.0.9 - 1.7.2 - 2.3.0 - 3.1.3.RELEASE - 3.1.3.RELEASE - 1.2.1 - 1.17 - 3.6.0.RELEASE + 3.0.0 + + + 0000.0002.0035.0-SNAPSHOT + 2.15 + 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT 2.2.0.RELEASE - 1.1.4 - 2.10 - -Xmx1024m -XX:MaxPermSize=256m 14.0.1 - 5.0.0 + 0.5.2-SNAPSHOT + 0.5.2-SNAPSHOT + 0.4.2-SNAPSHOT 2010.09.24.4-SNAPSHOT - 2010.09.24.4-SNAPSHOT 2013.10.21.2-SNAPSHOT - 2013.08.27.4-SNAPSHOT - 2013.09.07.4-SNAPSHOT - 3.17.1-GA - 2.3.2 - 3.1 + 2010.09.24.4-SNAPSHOT + 2.3.0 0.6.2.201302030002 - 1.3.1 - 2.3.7 + 1.7 + 1.7 + 3.17.1-GA + + 1.17 + 1.17 + src/main/yang-gen-config + 1.1.4 4.8.1 - 0.6.2-SNAPSHOT - - 0.4.2-SNAPSHOT - 0.5.2-SNAPSHOT - 0.4.2-SNAPSHOT - 0.5.2-SNAPSHOT - 0.5.2-SNAPSHOT - 0.5.2-SNAPSHOT - 0.5.2-SNAPSHOT - 0.2.5-SNAPSHOT - 0.2.5-SNAPSHOT + 1.0.9 + 2.5.1 + + 1.7 + 1.7 1.1-SNAPSHOT - 0.5.2-SNAPSHOT - 0.5.2-SNAPSHOT - 0.7.1-SNAPSHOT - 0.1.2-SNAPSHOT - 0.8.1-SNAPSHOT - 0.0.3-SNAPSHOT - 0.1.2-SNAPSHOT + 0.2.5-SNAPSHOT + 4.0.17.Final 0.0.3-SNAPSHOT - 0.1.2-SNAPSHOT - 0.5.2-SNAPSHOT + + http://nexus.opendaylight.org/content + 2013.08.27.4-SNAPSHOT + 5.0.0 + UTF-8 + UTF-8 + 2.6 + + 1.0-alpha-2 0.5.0-SNAPSHOT - 4.0.17.Final - 2.4 - 0.4.2-SNAPSHOT - 0.4.2-SNAPSHOT - 0.6.0-SNAPSHOT - 0.5.1-SNAPSHOT - 0.5.1-SNAPSHOT - 0.4.3-SNAPSHOT - 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT - 0.4.2-SNAPSHOT - 0.4.3-SNAPSHOT - - 1.17 - 7.0.42 + 2.3.2 + 0.1.2-SNAPSHOT + 0.0.3-SNAPSHOT + 0.8.1-SNAPSHOT + src/main/yang-gen-sal + 0.5.2-SNAPSHOT + dav:http://nexus.opendaylight.org/content/sites/site + 3.2 + 1.7.2 + ${user.name}-private-view + https://sonar.opendaylight.org/ jacoco java - 2.5.1 - 1.7 - 1.7 - - 1.3.1 - 2.4.3 + org.openflow.openflowj,net.sf.jung2 + 1.2.1 + 3.1.3.RELEASE + 3.1.3.RELEASE + 0.5.1-SNAPSHOT + 2.15 + 0.7.1-SNAPSHOT + -Xmx1024m -XX:MaxPermSize=256m + 0.4.2-SNAPSHOT + 1.5.0 + 0.4.2-SNAPSHOT + 3.6.0.RELEASE src/main/xtend-gen - src/main/yang-gen-config - src/main/yang-gen-sal - - - 0000.0002.0035.0-SNAPSHOT + 2.4.3 + 2013.09.07.4-SNAPSHOT + 0.6.2-SNAPSHOT - junit - junit - ${junit.version} - test - - - org.slf4j - jcl-over-slf4j - ${slf4j.version} - - - org.osgi - org.osgi.core - ${osgi.core.version} - provided - - - org.slf4j - slf4j-api - ${slf4j.version} - compile + ${project.groupId} + ietf-netconf-monitoring + ${netconf.version} - org.slf4j - log4j-over-slf4j - ${slf4j.version} + ${project.groupId} + ietf-netconf-monitoring-extension + ${netconf.version} ch.qos.logback - logback-core + logback-classic ${logback.version} ch.qos.logback - logback-classic + logback-core ${logback.version} - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + - + com.fasterxml.jackson.jaxrs jackson-jaxrs-base ${jackson.version} - + - + com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider ${jackson.version} - + - + com.fasterxml.jackson.module jackson-module-jaxb-annotations ${jackson.version} - - + - org.codehaus.jettison - jettison - 1.3.3 + com.google.code.findbugs + jsr305 + 2.0.1 + + + com.google.code.gson + gson + 2.2.4 com.google.guava @@ -211,64 +190,60 @@ ${guava.version} - org.javassist - javassist - ${javassist.version} + com.sun.jersey + jersey-client + ${jersey.version} + - commons-io - commons-io - ${commons.io.version} + com.sun.jersey + jersey-core + ${jersey.version} - commons-codec - commons-codec - 1.7 + com.sun.jersey + jersey-server + ${jersey.version} - org.apache.commons - commons-lang3 - ${commons.lang.version} + commons-codec + commons-codec + 1.7 commons-fileupload commons-fileupload 1.2.2 + + commons-io + commons-io + ${commons.io.version} + commons-net commons-net 3.0.1 - equinoxSDK381 - javax.servlet - 3.0.0.v201112011016 - - - equinoxSDK381 - javax.servlet.jsp - 2.2.0.v201112011158 - - - equinoxSDK381 - org.eclipse.equinox.ds - 1.4.0.v20120522-1841 + eclipselink + javax.persistence + 2.0.4.v201112161009 - equinoxSDK381 - org.eclipse.equinox.util - 1.0.400.v20120522-2049 + eclipselink + javax.resource + 1.5.0.v200906010428 equinoxSDK381 - org.eclipse.osgi.services - 3.3.100.v20120522-1822 + javax.servlet + 3.0.0.v201112011016 equinoxSDK381 - org.eclipse.osgi - 3.8.1.v20120830-144521 + javax.servlet.jsp + 2.2.0.v201112011158 equinoxSDK381 @@ -295,16 +270,30 @@ org.eclipse.equinox.console 1.0.0.v20120522-1841 + + equinoxSDK381 + org.eclipse.equinox.ds + 1.4.0.v20120522-1841 + equinoxSDK381 org.eclipse.equinox.launcher 1.3.0.v20120522-1813 - xmlunit - xmlunit - 1.5 - test + equinoxSDK381 + org.eclipse.equinox.util + 1.0.400.v20120522-2049 + + + equinoxSDK381 + org.eclipse.osgi + 3.8.1.v20120830-144521 + + + equinoxSDK381 + org.eclipse.osgi.services + 3.3.100.v20120522-1822 @@ -358,39 +347,36 @@ ${virgo.version} - org.apache.felix - org.apache.felix.dependencymanager - 3.1.0 - - - org.apache.felix - org.apache.felix.dependencymanager.shell - 3.0.1 + io.netty + netty-buffer + ${netty.version} - com.google.code.gson - gson - 2.2.4 + io.netty + netty-codec + ${netty.version} - org.jboss.spec.javax.transaction - jboss-transaction-api_1.1_spec - 1.0.1.Final + io.netty + netty-codec-http + ${netty.version} - org.apache.felix - org.apache.felix.fileinstall - 3.1.6 + io.netty + netty-common + ${netty.version} + + - virgomirror - org.eclipse.jdt.core.compiler.batch - 3.8.0.I20120518-2145 + io.netty + netty-handler + ${netty.version} - eclipselink - javax.persistence - 2.0.4.v201112161009 + io.netty + netty-transport + ${netty.version} orbit @@ -417,6 +403,16 @@ javax.mail.glassfish 1.4.1.v201108011116 + + orbit + javax.servlet.jsp.jstl + 1.2.0.v201105211821 + + + orbit + javax.servlet.jsp.jstl.impl + 1.2.0.v201210211230 + orbit javax.xml.rpc @@ -468,339 +464,283 @@ 7.0.32.v201211201952 - orbit - javax.servlet.jsp.jstl - 1.2.0.v201105211821 + org.aopalliance + com.springsource.org.aopalliance + 1.0.0 - orbit - javax.servlet.jsp.jstl.impl - 1.2.0.v201210211230 + org.apache.commons + commons-lang3 + ${commons.lang.version} - eclipselink - javax.resource - 1.5.0.v200906010428 + org.apache.felix + org.apache.felix.dependencymanager + 3.1.0 - - org.ops4j.pax.exam - pax-exam-container-native - ${exam.version} - test + org.apache.felix + org.apache.felix.dependencymanager.shell + 3.0.1 - org.ops4j.pax.exam - pax-exam-junit4 - ${exam.version} - test + org.apache.felix + org.apache.felix.fileinstall + 3.1.6 + - org.ops4j.pax.exam - pax-exam-link-mvn - ${exam.version} - test + org.apache.felix + org.apache.felix.webconsole + 4.2.0 + + all - org.ops4j.pax.url - pax-url-aether - ${url.version} - test + org.bouncycastle + bcpkix-jdk15on + 1.50 - org.springframework - org.springframework.asm - ${spring.version} + org.bouncycastle + bcprov-jdk15on + 1.50 - org.springframework - org.springframework.aop - ${spring.version} + org.codehaus.enunciate + enunciate-core-annotations + ${enunciate.version} + - org.springframework - org.springframework.context - ${spring.version} + org.codehaus.jettison + jettison + 1.3.3 + + - org.springframework - org.springframework.context.support - ${spring.version} + org.eclipse.equinox.http + servlet + 1.0.0-v20070606 - org.springframework - org.springframework.core - ${spring.version} + org.eclipse.persistence + org.eclipse.persistence.antlr + 2.5.0 - org.springframework - org.springframework.beans - ${spring.version} + org.eclipse.persistence + org.eclipse.persistence.core + 2.5.0 - org.springframework - org.springframework.expression - ${spring.version} + org.eclipse.persistence + org.eclipse.persistence.moxy + 2.5.0 + + - org.springframework - org.springframework.web - ${spring.version} + org.eclipse.xtend + org.eclipse.xtend.lib + ${xtend.version} - org.aopalliance - com.springsource.org.aopalliance - 1.0.0 + org.javassist + javassist + ${javassist.version} - org.springframework - org.springframework.web.servlet - ${spring.version} + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec + 1.0.1.Final - - org.springframework.osgi - spring-osgi-mock - ${spring-osgi.version} - test + org.jolokia + jolokia-osgi + ${jolokia.version} - - - org.springframework.security - spring-security-config - ${spring-security.version} + org.opendaylight.controller + appauth + ${controller.version} - org.springframework.security - spring-security-core - ${spring-security.version} + org.opendaylight.controller + arphandler + ${arphandler.version} - org.springframework.security - spring-security-web - ${spring-security.version} + org.opendaylight.controller + bundlescanner + ${bundlescanner.version} - org.springframework.security - spring-security-taglibs - ${spring-security.version} + org.opendaylight.controller + bundlescanner.implementation + ${bundlescanner.version} - org.springframework - org.springframework.transaction - ${spring-security.version} + org.opendaylight.controller + clustering.services + ${clustering.services.version} - - org.ow2.chameleon.management - chameleon-mbeans - 1.0.0 + org.opendaylight.controller + clustering.services-implementation + ${clustering.services_implementation.version} - - com.sun.jersey - jersey-core - ${jersey.version} - - - com.sun.jersey - jersey-server - ${jersey.version} - - - com.sun.jersey - jersey-client - ${jersey.version} + org.opendaylight.controller + clustering.stub + ${clustering.stub.version} + - org.ow2.asm - asm-all - 4.1 - - - org.eclipse.persistence - org.eclipse.persistence.moxy - 2.5.0 - - - org.eclipse.persistence - org.eclipse.persistence.core - 2.5.0 + org.opendaylight.controller + clustering.test + ${controller.version} - org.eclipse.persistence - org.eclipse.persistence.antlr - 2.5.0 + org.opendaylight.controller + commons.httpclient + ${commons.httpclient.version} - + + - org.opendaylight.controller.thirdparty - net.sf.jung2 - 2.0.1 + org.opendaylight.controller + commons.northbound + ${controller.version} - org.opendaylight.controller.thirdparty - org.openflow.openflowj - 1.0.2 + org.opendaylight.controller + concepts + ${concepts.version} + + - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - ${jersey-servlet.version} + org.opendaylight.controller + config-api + ${config.version} - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter - ${corsfilter.version} + org.opendaylight.controller + config-manager + ${config.version} - org.opendaylight.controller.thirdparty - ganymed - 1.1-SNAPSHOT + org.opendaylight.controller + config-netconf-connector + ${netconf.version} - org.opendaylight.controller.thirdparty - nagasena - ${exi.nagasena.version} + org.opendaylight.controller + config-persister-api + ${config.version} - org.opendaylight.controller.thirdparty - nagasena-rta - ${exi.nagasena.version} + org.opendaylight.controller + config-persister-directory-xml-adapter + ${config.version} - com.google.code.findbugs - jsr305 - 2.0.1 + org.opendaylight.controller + config-persister-file-xml-adapter + ${config.version} - org.opendaylight.yangtools - mockito-configuration - ${yangtools.version} - test + org.opendaylight.controller + config-persister-impl + ${netconf.version} - - org.opendaylight.yangtools.model - ietf-inet-types - ${ietf-inet-types.version} + org.opendaylight.controller + configuration + ${configuration.version} - org.opendaylight.yangtools.model - ietf-yang-types - ${ietf-yang-types.version} + org.opendaylight.controller + configuration.implementation + ${controller.version} - org.opendaylight.yangtools.model - ietf-topology - ${ietf-topology.version} + org.opendaylight.controller + connectionmanager + ${connectionmanager.version} - org.opendaylight.yangtools.model - ietf-topology-l3-unicast-igp - ${ietf-topology.version} + org.opendaylight.controller + connectionmanager.implementation + ${connectionmanager.version} - org.opendaylight.yangtools.model - opendaylight-l2-types - ${opendaylight-l2-types.version} + org.opendaylight.controller + connectionmanager.northbound + ${connectionmanager.version} - org.opendaylight.yangtools.model - yang-ext - ${yang-ext.version} + org.opendaylight.controller + containermanager + ${containermanager.version} - org.opendaylight.controller - protocol-framework - ${protocol-framework.version} + containermanager.implementation + ${containermanager.version} - org.opendaylight.yangtools - concepts - ${yangtools.version} + org.opendaylight.controller + containermanager.it.implementation + ${containermanager.it.version} - org.opendaylight.yangtools - restconf-client-api - ${yangtools.version} + org.opendaylight.controller + containermanager.northbound + ${controller.version} - org.opendaylight.yangtools - restconf-client-impl - ${yangtools.version} + org.opendaylight.controller + controllermanager.northbound + 0.0.2-SNAPSHOT - - - - io.netty - netty-handler - ${netty.version} - - - io.netty - netty-codec - ${netty.version} - - - io.netty - netty-buffer - ${netty.version} - - - io.netty - netty-transport - ${netty.version} - - - io.netty - netty-common - ${netty.version} - - - io.netty - netty-codec-http - ${netty.version} - - - - org.opendaylight.yangtools - yang-binding - ${yangtools.version} + org.opendaylight.controller + devices.web + ${controller.version} - org.opendaylight.yangtools - yang-common - ${yangtools.version} + org.opendaylight.controller + flowprogrammer.northbound + ${controller.version} - org.opendaylight.yangtools - yang-data-api - ${yangtools.version} + org.opendaylight.controller + flows.web + ${controller.version} - org.opendaylight.yangtools - yang-data-impl - ${yangtools.version} + org.opendaylight.controller + forwarding.staticrouting + ${forwarding.staticrouting} - org.opendaylight.yangtools - yang-data-util - ${yangtools.version} + org.opendaylight.controller + forwarding.staticrouting.northbound + ${controller.version} - org.opendaylight.yangtools - yang-model-api - ${yangtools.version} + org.opendaylight.controller + forwardingrulesmanager + ${forwardingrulesmanager.version} - org.opendaylight.yangtools - yang-model-util - ${yangtools.version} + org.opendaylight.controller + forwardingrulesmanager.implementation + ${controller.version} @@ -813,6 +753,11 @@ hosttracker.implementation ${hosttracker.implementation.version} + + org.opendaylight.controller + hosttracker.northbound + ${controller.version} + org.opendaylight.controller hosttracker_new @@ -820,117 +765,130 @@ org.opendaylight.controller - forwarding.staticrouting - ${forwarding.staticrouting} + httpservice-bridge + 0.0.2-SNAPSHOT org.opendaylight.controller - clustering.services - ${clustering.services.version} + jolokia-bridge + 0.0.2-SNAPSHOT org.opendaylight.controller - clustering.services-implementation - ${clustering.services_implementation.version} + logback-config + ${config.version} + org.opendaylight.controller - clustering.stub - ${clustering.stub.version} + logging.bridge + ${controller.version} + + org.opendaylight.controller - configuration.implementation - ${controller.version} + netconf-api + ${netconf.version} org.opendaylight.controller - routing.dijkstra_implementation - ${controller.version} + netconf-client + ${netconf.version} org.opendaylight.controller - arphandler - ${arphandler.version} + netconf-impl + ${netconf.version} org.opendaylight.controller - containermanager - ${containermanager.version} + netconf-mapping-api + ${netconf.version} org.opendaylight.controller - containermanager.implementation - ${containermanager.version} + netconf-monitoring + ${netconf.version} org.opendaylight.controller - containermanager.it.implementation - ${containermanager.it.version} + netconf-ssh + ${netconf.version} org.opendaylight.controller - appauth - ${controller.version} + netconf-util + ${netconf.version} org.opendaylight.controller - switchmanager - ${switchmanager.api.version} + netty-config-api + ${config.version} org.opendaylight.controller - switchmanager.implementation - ${controller.version} + netty-event-executor-config + ${config.version} org.opendaylight.controller - statisticsmanager - ${statisticsmanager.version} + netty-threadgroup-config + ${config.version} org.opendaylight.controller - statisticsmanager.implementation - ${controller.version} + netty-timer-config + ${config.version} org.opendaylight.controller - topologymanager - ${topologymanager.version} + networkconfig.bridgedomain.northbound + ${networkconfig.bridgedomain.northbound.version} + + org.opendaylight.controller - usermanager - ${usermanager.version} + networkconfig.neutron + ${controller.version} org.opendaylight.controller - usermanager.implementation - ${usermanager.version} + networkconfig.neutron.implementation + ${controller.version} org.opendaylight.controller - connectionmanager - ${connectionmanager.version} + networkconfig.neutron.northbound + ${controller.version} org.opendaylight.controller - connectionmanager.implementation - ${connectionmanager.version} + osgi-brandfragment.web + 0.0.2-SNAPSHOT + + + + org.opendaylight.controller + protocol-framework + ${protocol-framework.version} + + org.opendaylight.controller - security + protocol_plugins.openflow ${controller.version} org.opendaylight.controller - forwardingrulesmanager - ${forwardingrulesmanager.version} + protocol_plugins.stub + ${protocol_plugin.stub.version} org.opendaylight.controller - forwardingrulesmanager.implementation + routing.dijkstra_implementation ${controller.version} @@ -942,893 +900,722 @@ org.opendaylight.controller - sal.implementation - ${controller.version} + sal-binding-api + ${mdsal.version} - - org.opendaylight.controller - sal.connection - ${sal.connection.version} + sal-binding-broker-impl + ${mdsal.version} org.opendaylight.controller - sal.connection.implementation - ${sal.connection.version} + sal-binding-config + ${mdsal.version} org.opendaylight.controller - sal.networkconfiguration - ${sal.networkconfiguration.version} + sal-binding-util + ${mdsal.version} org.opendaylight.controller - sal.networkconfiguration.implementation - ${sal.networkconfiguration.version} + sal-broker-impl + ${mdsal.version} - - org.opendaylight.controller - web - ${controller.version} + sal-common + ${mdsal.version} org.opendaylight.controller - flows.web - ${controller.version} + sal-common-api + ${mdsal.version} org.opendaylight.controller - devices.web - ${controller.version} + sal-common-impl + ${mdsal.version} org.opendaylight.controller - troubleshoot.web - ${controller.version} + sal-common-util + ${mdsal.version} org.opendaylight.controller - topology.web - ${controller.version} + sal-compatibility + ${mdsal.version} org.opendaylight.controller - osgi-brandfragment.web - 0.0.2-SNAPSHOT + sal-connector-api + ${mdsal.version} - - org.opendaylight.controller - networkconfig.neutron - ${controller.version} + sal-core-api + ${mdsal.version} org.opendaylight.controller - networkconfig.neutron.implementation - ${controller.version} + sal-core-spi + ${mdsal.version} org.opendaylight.controller - networkconfig.neutron.northbound - ${controller.version} + sal-netconf-connector + ${mdsal.version} - - org.opendaylight.controller - commons.northbound - ${controller.version} + sal-remote + ${mdsal.version} org.opendaylight.controller - bundlescanner - ${bundlescanner.version} + sal-remoterpc-connector + ${mdsal.version} org.opendaylight.controller - bundlescanner.implementation - ${bundlescanner.version} + sal-rest-connector + ${mdsal.version} org.opendaylight.controller - topology.northbound - ${controller.version} + sal-restconf-broker + ${mdsal.version} + + org.opendaylight.controller - forwarding.staticrouting.northbound - ${controller.version} + sal.connection + ${sal.connection.version} org.opendaylight.controller - statistics.northbound - ${controller.version} + sal.connection.implementation + ${sal.connection.version} org.opendaylight.controller - flowprogrammer.northbound + sal.implementation ${controller.version} org.opendaylight.controller - hosttracker.northbound - ${controller.version} + sal.networkconfiguration + ${sal.networkconfiguration.version} org.opendaylight.controller - subnets.northbound + sal.networkconfiguration.implementation + ${sal.networkconfiguration.version} + + + + + org.opendaylight.controller + samples.loadbalancer + ${samples.loadbalancer} + + + org.opendaylight.controller + samples.loadbalancer.northbound ${controller.version} org.opendaylight.controller - switchmanager.northbound + samples.simpleforwarding ${controller.version} org.opendaylight.controller - containermanager.northbound + sanitytest ${controller.version} org.opendaylight.controller - networkconfig.bridgedomain.northbound - ${networkconfig.bridgedomain.northbound.version} + security + ${controller.version} + org.opendaylight.controller - httpservice-bridge - 0.0.2-SNAPSHOT + shutdown-api + ${config.version} org.opendaylight.controller - jolokia-bridge - 0.0.2-SNAPSHOT + shutdown-impl + ${config.version} org.opendaylight.controller - connectionmanager.northbound - ${connectionmanager.version} + statistics.northbound + ${controller.version} org.opendaylight.controller - usermanager.northbound - 0.0.2-SNAPSHOT + statisticsmanager + ${statisticsmanager.version} org.opendaylight.controller - controllermanager.northbound - 0.0.2-SNAPSHOT + statisticsmanager.implementation + ${controller.version} - org.opendaylight.controller - logging.bridge + subnets.northbound ${controller.version} - - org.opendaylight.controller - protocol_plugins.openflow + switchmanager + ${switchmanager.api.version} + + + org.opendaylight.controller + switchmanager.implementation ${controller.version} org.opendaylight.controller - protocol_plugins.stub - ${protocol_plugin.stub.version} + switchmanager.northbound + ${controller.version} - + org.opendaylight.controller - samples.loadbalancer - ${samples.loadbalancer} + threadpool-config-api + ${config.version} org.opendaylight.controller - samples.loadbalancer.northbound + threadpool-config-impl + ${config.version} + + + org.opendaylight.controller + topology.northbound ${controller.version} org.opendaylight.controller - samples.simpleforwarding + topology.web ${controller.version} - - org.opendaylight.controller - clustering.test + topologymanager + ${topologymanager.version} + + + org.opendaylight.controller + troubleshoot.web ${controller.version} org.opendaylight.controller - commons.httpclient - ${commons.httpclient.version} + usermanager + ${usermanager.version} org.opendaylight.controller - sanitytest + usermanager.implementation + ${usermanager.version} + + + org.opendaylight.controller + usermanager.northbound + 0.0.2-SNAPSHOT + + + + + org.opendaylight.controller + web ${controller.version} + + org.opendaylight.controller + yang-jmx-generator + ${config.version} + + + org.opendaylight.controller.md + forwardingrules-manager + ${mdsal.version} + + + org.opendaylight.controller.md + inventory-manager + ${mdsal.version} + + + org.opendaylight.controller.md + statistics-manager + ${mdsal.version} + + + org.opendaylight.controller.md + topology-lldp-discovery + ${mdsal.version} + + + org.opendaylight.controller.md + topology-manager + ${mdsal.version} + + + org.opendaylight.controller.model + model-flow-base + ${mdsal.version} + + + org.opendaylight.controller.model + model-flow-management + ${mdsal.version} + + + org.opendaylight.controller.model + model-flow-service + ${mdsal.version} + + + org.opendaylight.controller.model + model-flow-statistics + ${mdsal.version} + + + org.opendaylight.controller.model + model-inventory + ${mdsal.version} + + + org.opendaylight.controller.thirdparty + com.sun.jersey.jersey-servlet + ${jersey-servlet.version} + + + org.opendaylight.controller.thirdparty + ganymed + 1.1-SNAPSHOT + + + org.opendaylight.controller.thirdparty + nagasena + ${exi.nagasena.version} + + + org.opendaylight.controller.thirdparty + nagasena-rta + ${exi.nagasena.version} + + + + org.opendaylight.controller.thirdparty + net.sf.jung2 + 2.0.1 + + + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter + ${corsfilter.version} + + + org.opendaylight.controller.thirdparty + org.openflow.openflowj + 1.0.2 + + + org.opendaylight.yangtools + concepts + ${yangtools.version} + + + org.opendaylight.yangtools + restconf-client-api + ${yangtools.version} + + + org.opendaylight.yangtools + restconf-client-impl + ${yangtools.version} + - + - org.eclipse.equinox.http - servlet - 1.0.0-v20070606 + org.opendaylight.yangtools + yang-binding + ${yangtools.version} - - org.apache.felix - org.apache.felix.webconsole - 4.2.0 - - all + org.opendaylight.yangtools + yang-common + ${yangtools.version} - org.jolokia - jolokia-osgi - ${jolokia.version} + org.opendaylight.yangtools + yang-data-api + ${yangtools.version} - org.opendaylight.controller - commons.logback_settings - 0.0.2-SNAPSHOT - test + org.opendaylight.yangtools + yang-data-impl + ${yangtools.version} - org.codehaus.enunciate - enunciate-core-annotations - ${enunciate.version} + org.opendaylight.yangtools + yang-data-util + ${yangtools.version} + + + org.opendaylight.yangtools + yang-model-api + ${yangtools.version} + + + org.opendaylight.yangtools + yang-model-util + ${yangtools.version} + + + + org.opendaylight.yangtools.model + ietf-inet-types + ${ietf-inet-types.version} + + + org.opendaylight.yangtools.model + ietf-topology + ${ietf-topology.version} + + + org.opendaylight.yangtools.model + ietf-topology-l3-unicast-igp + ${ietf-topology.version} + + + org.opendaylight.yangtools.model + ietf-yang-types + ${ietf-yang-types.version} + + + org.opendaylight.yangtools.model + opendaylight-l2-types + ${opendaylight-l2-types.version} + + + org.opendaylight.yangtools.model + yang-ext + ${yang-ext.version} - - - org.eclipse.xtend - org.eclipse.xtend.lib - ${xtend.version} - - - org.opendaylight.controller - sal-common - ${mdsal.version} - - - org.opendaylight.controller - sal-common-util - ${mdsal.version} - - - org.opendaylight.controller - sal-netconf-connector - ${mdsal.version} - - - org.opendaylight.controller - sal-core-api - ${mdsal.version} - - - org.opendaylight.controller - sal-broker-impl - ${mdsal.version} - - - org.opendaylight.controller - sal-core-spi - ${mdsal.version} - - - org.opendaylight.controller - sal-common-api - ${mdsal.version} - - - org.opendaylight.controller - sal-common-impl - ${mdsal.version} - - - org.opendaylight.controller - sal-binding-api - ${mdsal.version} - - - org.opendaylight.controller - sal-binding-config - ${mdsal.version} - - - org.opendaylight.controller - sal-binding-broker-impl - ${mdsal.version} - - - org.opendaylight.controller - sal-binding-broker-impl - ${mdsal.version} - test-jar - test - - - org.opendaylight.controller - sal-compatibility - ${mdsal.version} - - - org.opendaylight.controller - sal-connector-api - ${mdsal.version} - - - org.opendaylight.controller - sal-rest-connector - ${mdsal.version} - - - org.opendaylight.controller.model - model-inventory - ${mdsal.version} - - - org.opendaylight.controller.model - model-flow-base - ${mdsal.version} - - - org.opendaylight.controller.model - model-flow-service - ${mdsal.version} - - - org.opendaylight.controller.model - model-flow-statistics - ${mdsal.version} - - - org.opendaylight.controller.model - model-flow-management - ${mdsal.version} - - - org.opendaylight.controller.md - inventory-manager - ${mdsal.version} - - - org.opendaylight.controller.md - forwardingrules-manager - ${mdsal.version} - - - org.opendaylight.controller.md - topology-lldp-discovery - ${mdsal.version} - - - org.opendaylight.controller.md - topology-manager - ${mdsal.version} - - - org.opendaylight.controller.md - statistics-manager - ${mdsal.version} - - - org.opendaylight.controller - sal-remote - ${mdsal.version} - - - org.opendaylight.controller - sal-restconf-broker - ${mdsal.version} - - - org.opendaylight.controller - sal-binding-util - ${mdsal.version} - - - org.opendaylight.controller - concepts - ${concepts.version} - - - org.opendaylight.controller - sal-remoterpc-connector - ${mdsal.version} - - - - - - org.opendaylight.controller - config-api - ${config.version} - - - org.opendaylight.controller - config-manager - ${config.version} - - - org.opendaylight.controller - yang-jmx-generator - ${config.version} - - - org.opendaylight.controller - logback-config - ${config.version} - - - org.opendaylight.controller - config-persister-api - ${config.version} - - - org.opendaylight.controller - config-persister-file-xml-adapter - ${config.version} - - - org.opendaylight.controller - config-persister-directory-xml-adapter - ${config.version} - - - - org.opendaylight.controller - shutdown-api - ${config.version} - - - org.opendaylight.controller - shutdown-impl - ${config.version} - + + org.ow2.asm + asm-all + 4.1 + + + + org.ow2.chameleon.management + chameleon-mbeans + 1.0.0 + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + compile + + + org.springframework + org.springframework.aop + ${spring.version} + + + org.springframework + org.springframework.asm + ${spring.version} + + + org.springframework + org.springframework.beans + ${spring.version} + + + org.springframework + org.springframework.context + ${spring.version} + + + org.springframework + org.springframework.context.support + ${spring.version} + + + org.springframework + org.springframework.core + ${spring.version} + + + org.springframework + org.springframework.expression + ${spring.version} + + + org.springframework + org.springframework.transaction + ${spring-security.version} + + + org.springframework + org.springframework.web + ${spring.version} + + + org.springframework + org.springframework.web.servlet + ${spring.version} + - - - org.opendaylight.controller - netconf-api - ${netconf.version} - - - org.opendaylight.controller - netconf-impl - ${netconf.version} - - - org.opendaylight.controller - netconf-util - ${netconf.version} - - - org.opendaylight.controller - netconf-client - ${netconf.version} - - - org.opendaylight.controller - netconf-mapping-api - ${netconf.version} - - - org.opendaylight.controller - netconf-ssh - ${netconf.version} - - - org.opendaylight.controller - config-netconf-connector - ${netconf.version} - - - org.opendaylight.controller - netconf-monitoring - ${netconf.version} - - - ${project.groupId} - ietf-netconf-monitoring - ${netconf.version} - - - ${project.groupId} - ietf-netconf-monitoring-extension - ${netconf.version} - - - org.opendaylight.controller - config-persister-impl - ${netconf.version} - + + + org.springframework.security + spring-security-config + ${spring-security.version} + + + org.springframework.security + spring-security-core + ${spring-security.version} + + + org.springframework.security + spring-security-taglibs + ${spring-security.version} + + + org.springframework.security + spring-security-web + ${spring-security.version} + + + virgomirror + org.eclipse.jdt.core.compiler.batch + 3.8.0.I20120518-2145 + + + org.osgi + org.osgi.core + ${osgi.core.version} + provided + + + junit + junit + ${junit.version} + test + + + org.opendaylight.controller + commons.logback_settings + 0.0.2-SNAPSHOT + test + + + org.opendaylight.controller + sal-binding-broker-impl + ${mdsal.version} + test-jar + test + + + org.opendaylight.yangtools + mockito-configuration + ${yangtools.version} + test + + + + org.ops4j.pax.exam + pax-exam-container-native + ${exam.version} + test + + + org.ops4j.pax.exam + pax-exam-junit4 + ${exam.version} + test + + + org.ops4j.pax.exam + pax-exam-link-mvn + ${exam.version} + test + + + org.ops4j.pax.url + pax-url-aether + ${url.version} + test + - - - org.opendaylight.controller - threadpool-config-api - ${config.version} - - - org.opendaylight.controller - netty-config-api - ${config.version} - - - org.opendaylight.controller - threadpool-config-impl - ${config.version} - - - org.opendaylight.controller - netty-threadgroup-config - ${config.version} - - - org.opendaylight.controller - netty-event-executor-config - ${config.version} - - - org.opendaylight.controller - netty-timer-config - ${config.version} - - - org.opendaylight.controller - configuration - ${configuration.version} - - - org.bouncycastle - bcprov-jdk15on - 1.50 - - - org.bouncycastle - bcpkix-jdk15on - 1.50 - + + org.springframework.osgi + spring-osgi-mock + ${spring-osgi.version} + test + + + xmlunit + xmlunit + 1.5 + test + - - - - opendaylight-mirror - opendaylight-mirror - ${nexusproxy}/groups/public/ - - false - - - true - never - - - - - opendaylight-snapshot - opendaylight-snapshot - ${nexusproxy}/repositories/${nexus.repository.snapshot}/ - - true - - - false - - - - - - - IDE - - - m2e.version - - - - - target-ide - - - - viewbuild - - true - - - ${project.version} - - - - jenkins - - - BUILDSUFFIX - - - - ${BUILDSUFFIX} - - - - fastreassembly - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.4 - - - copyfastreassembly - install - - copy - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.groupId}.${project.artifactId}-${project.version}.jar - - - ${fastreassembly.directory} - - - - - - - - - - - - - - opendaylight-mirror - opendaylight-mirror - ${nexusproxy}/groups/public/ - - false - - - true - never - - - - - opendaylight-snapshot - opendaylight-snapshot - ${nexusproxy}/repositories/${nexus.repository.snapshot}/ - - true - - - false - - - - - - - opendaylight-release - ${nexusproxy}/repositories/${nexus.repository.release}/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/${nexus.repository.snapshot}/ - - - - website - ${sitedeploy} - - - - - true - ${project.build.directory}/site - - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${projectinfo} - - false - false - - - - - index - project-team - license - mailing-list - plugin-management - cim - issue-tracking - scm - summary - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.3 - - true - true - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - org.jboss.apiviz.APIviz - - org.jboss.apiviz - apiviz - 1.3.2.GA - - ${project.artifactId}-${build.suffix} - true - UTF-8 - UTF-8 - UTF-8 - true - true - true - true - *.internal:edu.uci.* - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - - org.opendaylight.controller - checkstyle - 0.0.3-SNAPSHOT - - - - - process-sources - - check - - - - - true - controller/checkstyle.xml - true - true - ${project.basedir} - **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${failsafe.version} - - ${testvm.argLine} - - - logback.configurationFile - logback.xml - - - - - - failsafe-integration-tests - integration-test - - integration-test - - - - failsafe-verify - verify - - verify - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - ${testvm.argLine} - - - logback.configurationFile - logback.xml - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - ${enforcer.version} - - - enforce-java - - enforce - - - - - 1.7.0 - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - org.apache.maven.plugins - maven-release-plugin - ${releaseplugin.version} - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} + maven-clean-plugin + + + + ${xtend.dstdir} + + ** + + + + ${jmxGeneratorPath} + + ** + + + + ${salGeneratorPath} + + ** + + + + - org.opendaylight.yangtools - yang-maven-plugin - ${yangtools.version} + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + ${java.version.source} + ${java.version.target} + ${java.version.source} + ${java.version.target} + - - + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + org.jboss.apiviz.APIviz + + org.jboss.apiviz + apiviz + 1.3.2.GA + + ${project.artifactId}-${build.suffix} + true + UTF-8 + UTF-8 + UTF-8 + true + true + true + true + net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.* + false + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + true + true + target/apidocs + + + + org.apache.maven.plugins + maven-release-plugin + ${releaseplugin.version} + + + org.codehaus.enunciate + maven-enunciate-plugin + ${enunciate.version} + + enunciate.xml + + + + org.opendaylight.controller + commons.logback_settings + 0.0.2-SNAPSHOT + + + + + + docs + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + + add-source + + generate-sources + + + ${jmxGeneratorPath} + ${salGeneratorPath} + ${xtend.dstdir} + + + + + + + org.eclipse.m2e lifecycle-mapping @@ -1846,7 +1633,7 @@ - + @@ -1859,7 +1646,7 @@ - + @@ -1874,7 +1661,7 @@ - + @@ -1887,9 +1674,9 @@ - + false - + @@ -1902,7 +1689,7 @@ - + @@ -1911,11 +1698,11 @@ yang-maven-plugin [0.5,) - generate-sources + generate-sources - + @@ -1928,7 +1715,7 @@ - + @@ -1941,7 +1728,7 @@ - + @@ -1949,134 +1736,345 @@ - org.codehaus.enunciate - maven-enunciate-plugin - ${enunciate.version} - - enunciate.xml - + org.eclipse.xtend + xtend-maven-plugin + ${xtend.version} - docs + compile + + ${xtend.dstdir} + - - - org.opendaylight.controller - commons.logback_settings - 0.0.2-SNAPSHOT - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - org.jboss.apiviz.APIviz - - org.jboss.apiviz - apiviz - 1.3.2.GA - - ${project.artifactId}-${build.suffix} - true - UTF-8 - UTF-8 - UTF-8 - true - true - true - true - net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.* - false - + org.jacoco + jacoco-maven-plugin + ${jacoco.version} - org.apache.maven.plugins - maven-jxr-plugin - 2.3 - - true - true - target/apidocs - + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} - - org.apache.maven.plugins - maven-compiler-plugin - ${maven.compile.plugin.version} - - ${java.version.source} - ${java.version.target} - ${java.version.source} - ${java.version.target} - - - - org.eclipse.xtend - xtend-maven-plugin - ${xtend.version} - - - - compile - - - ${xtend.dstdir} - - - - - - maven-clean-plugin - - - - ${xtend.dstdir} - - ** - - - - ${jmxGeneratorPath} - - ** - - - - ${salGeneratorPath} - - ** - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.8 - - - add-source - generate-sources - - add-source - - - - ${jmxGeneratorPath} - ${salGeneratorPath} - ${xtend.dstdir} - - - - - + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + true + controller/checkstyle.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + + + org.opendaylight.controller + checkstyle + 0.0.3-SNAPSHOT + + + + + + check + + process-sources + + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.version} + + + enforce-java + + enforce + + + + + 1.7.0 + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${failsafe.version} + + ${testvm.argLine} + + + logback.configurationFile + logback.xml + + + + + + failsafe-integration-tests + + integration-test + + integration-test + + + failsafe-verify + + verify + + verify + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + ${testvm.argLine} + + + logback.configurationFile + logback.xml + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + + + ${project.build.directory}/site + true + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + org.jboss.apiviz.APIviz + + org.jboss.apiviz + apiviz + 1.3.2.GA + + ${project.artifactId}-${build.suffix} + true + UTF-8 + UTF-8 + UTF-8 + true + true + true + true + *.internal:edu.uci.* + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + true + true + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${projectinfo} + + false + false + + + + + index + project-team + license + mailing-list + plugin-management + cim + issue-tracking + scm + summary + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + + + + + + + + true + never + + + false + + opendaylight-mirror + opendaylight-mirror + ${nexusproxy}/groups/public/ + + + + + false + + + true + + opendaylight-snapshot + opendaylight-snapshot + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ + + + + + + + + true + never + + + false + + opendaylight-mirror + opendaylight-mirror + ${nexusproxy}/groups/public/ + + + + + false + + + true + + opendaylight-snapshot + opendaylight-snapshot + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ + + + + + + opendaylight-release + ${nexusproxy}/repositories/${nexus.repository.release}/ + + + + opendaylight-snapshot + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ + + + + website + ${sitedeploy} + + + + + + IDE + + + m2e.version + + + + + target-ide + + + + viewbuild + + true + + + ${project.version} + + + + jenkins + + + BUILDSUFFIX + + + + ${BUILDSUFFIX} + + + + fastreassembly + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + copyfastreassembly + + copy + + install + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.groupId}.${project.artifactId}-${project.version}.jar + + + ${fastreassembly.directory} + + + + + + + + diff --git a/opendaylight/commons/parent/pom.xml b/opendaylight/commons/parent/pom.xml index c81dba75de..9ac3cf4aa0 100644 --- a/opendaylight/commons/parent/pom.xml +++ b/opendaylight/commons/parent/pom.xml @@ -1,29 +1,52 @@ 4.0.0 - - 3.0 - org.opendaylight.controller commons.parent 1.0.2-SNAPSHOT pom - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + 3.0 + - http://nexus.opendaylight.org/content opendaylight.release opendaylight.snapshot - dav:http://nexus.opendaylight.org/content/sites/site + http://nexus.opendaylight.org/content 2.3.2 + dav:http://nexus.opendaylight.org/content/sites/site + + com.google.code.sortpom + maven-sortpom-plugin + 2.2.1 + + false + ${project.build.sourceEncoding} + true + \n + 2 + custom_1 + scope,groupId,artifactId + groupId,artifactId + true + + + + + sort + + verify + + + + + org.apache.maven.plugins + maven-release-plugin + ${releaseplugin.version} + org.apache.maven.plugins maven-release-plugin @@ -31,6 +54,12 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index 1a1a2561cc..ea0b7c4918 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -2,191 +2,183 @@ - 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../../commons/opendaylight - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../commons/opendaylight + - protocol-framework - 0.5.0-SNAPSHOT - Common protocol framework - bundle - ${project.artifactId} - - 3.0.4 - + protocol-framework + 0.5.0-SNAPSHOT + bundle + ${project.artifactId} + Common protocol framework + + 3.0.4 + - - - io.netty - netty-buffer - - - io.netty - netty-codec - - - io.netty - netty-common - - - io.netty - netty-transport - - - com.google.guava - guava - - - com.google.code.findbugs - jsr305 - - - org.slf4j - slf4j-api - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - netty-config-api - + + + com.google.code.findbugs + jsr305 + + + com.google.guava + guava + + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-transport + + + junit + junit + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + - - - org.opendaylight.yangtools - mockito-configuration - - - junit - junit - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-manager - ${config.version} - test - test-jar - - + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-manager + ${config.version} + test-jar + test + + + org.opendaylight.controller + config-util + ${config.version} + test + + + org.opendaylight.controller + netty-event-executor-config + test + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + package + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + + add-source + + generate-sources + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.controller - config-util + yang-jmx-generator-plugin ${config.version} - test - - - org.opendaylight.controller - netty-event-executor-config - test - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - - - org.apache.maven.plugins - maven-jar-plugin - - - package - - test-jar - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - - ${jmxGeneratorPath} - ${salGeneratorPath} - - - - - - - + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/config/config-api/pom.xml b/opendaylight/config/config-api/pom.xml index cab2e8c44e..58a93a188b 100644 --- a/opendaylight/config/config-api/pom.xml +++ b/opendaylight/config/config-api/pom.xml @@ -1,61 +1,58 @@ - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + - config-api - ${project.artifactId} - bundle + config-api + bundle + ${project.artifactId} + + + com.google.code.findbugs + jsr305 + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.osgi + org.osgi.core + + - - - com.google.code.findbugs - jsr305 - - - org.osgi - org.osgi.core - - - org.opendaylight.yangtools - yang-binding - - - org.opendaylight.yangtools - yang-common - - - - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.api, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.api, org.opendaylight.controller.config.api.annotations, org.opendaylight.controller.config.spi, org.opendaylight.controller.config.api.jmx, org.opendaylight.controller.config.api.jmx.constants, org.opendaylight.controller.config.api.runtime, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.*, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.*, - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.*, + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index 7d7d9d697a..79fd5268e6 100644 --- a/opendaylight/config/config-manager/pom.xml +++ b/opendaylight/config/config-manager/pom.xml @@ -1,117 +1,113 @@ + - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - .. - - config-manager - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + .. + + config-manager + bundle + ${project.artifactId} - - - - - ${project.groupId} - config-api - - - org.slf4j - slf4j-api - - - org.osgi - org.osgi.core - - - com.google.code.findbugs - jsr305 - - + + ${project.groupId} + config-api + + + com.google.code.findbugs + jsr305 + + + com.google.guava + guava + + - - commons-io - commons-io - + + commons-io + commons-io + - - - org.opendaylight.yangtools - mockito-configuration - + + + org.opendaylight.yangtools + binding-generator-impl + + + org.opendaylight.yangtools + concepts + - - - org.opendaylight.yangtools - binding-generator-impl - - + + + org.opendaylight.yangtools + mockito-configuration + + + org.opendaylight.yangtools + yang-data-impl + + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-api + + - - ${project.groupId} - config-util - test - - - ${project.groupId} - config-util - test - test-jar - - - com.google.guava - guava - - - org.opendaylight.yangtools - concepts - - - org.opendaylight.yangtools - yang-data-impl - - + + ${project.groupId} + config-util + test + + + ${project.groupId} + config-util + test-jar + test + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.config.manager.impl.osgi.ConfigManagerActivator - - - org.opendaylight.controller.config.manager.*, - javax.annotation.*, - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - false - 1 - - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.manager.impl.osgi.ConfigManagerActivator + org.opendaylight.controller.config.manager.*, + javax.annotation.*, + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + false + 1 + + + + diff --git a/opendaylight/config/config-module-archetype/pom.xml b/opendaylight/config/config-module-archetype/pom.xml index 7fb622460f..57d18e2f62 100644 --- a/opendaylight/config/config-module-archetype/pom.xml +++ b/opendaylight/config/config-module-archetype/pom.xml @@ -1,6 +1,5 @@ - - + + 4.0.0 org.opendaylight.controller diff --git a/opendaylight/config/config-persister-api/pom.xml b/opendaylight/config/config-persister-api/pom.xml index f800e36985..2899acf5df 100644 --- a/opendaylight/config/config-persister-api/pom.xml +++ b/opendaylight/config/config-persister-api/pom.xml @@ -1,44 +1,43 @@ + - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - .. - - config-persister-api - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + .. + + config-persister-api + bundle + ${project.artifactId} - - - ${project.groupId} - config-util - - - com.google.guava - guava - - + + + ${project.groupId} + config-util + + + com.google.guava + guava + + - - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.persist.api, - org.opendaylight.controller.config.persist.api.storage, - - - - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.persist.api, + org.opendaylight.controller.config.persist.api.storage, + + + + + org.apache.maven.plugins + maven-jar-plugin + + + diff --git a/opendaylight/config/config-persister-directory-xml-adapter/pom.xml b/opendaylight/config/config-persister-directory-xml-adapter/pom.xml index 2b98f41376..e5ac9a8499 100644 --- a/opendaylight/config/config-persister-directory-xml-adapter/pom.xml +++ b/opendaylight/config/config-persister-directory-xml-adapter/pom.xml @@ -1,84 +1,81 @@ - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - .. - - config-persister-directory-xml-adapter - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + .. + + config-persister-directory-xml-adapter + bundle + ${project.artifactId} - - - - ${project.groupId} - config-persister-api - - - org.apache.commons - commons-lang3 - - - com.google.guava - guava - - - org.opendaylight.controller - config-persister-file-xml-adapter - + + + + ${project.groupId} + config-persister-api + + + com.google.guava + guava + + + commons-io + commons-io + + + org.apache.commons + commons-lang3 + + + org.eclipse.persistence + org.eclipse.persistence.core + - - org.eclipse.persistence - org.eclipse.persistence.moxy - - - org.eclipse.persistence - org.eclipse.persistence.core - + + org.eclipse.persistence + org.eclipse.persistence.moxy + + + org.opendaylight.controller + config-persister-file-xml-adapter + - - org.slf4j - slf4j-api - - - commons-io - commons-io - + + + org.opendaylight.yangtools + mockito-configuration + - - - org.opendaylight.yangtools - mockito-configuration - - - ${project.groupId} - config-persister-api - test-jar - test - - - xmlunit - xmlunit - + + org.slf4j + slf4j-api + + + xmlunit + xmlunit + + + ${project.groupId} + config-persister-api + test-jar + test + - + - - - - org.apache.felix - maven-bundle-plugin - - - ${project.groupId}.config-persister-impl - - org.opendaylight.controller.config.persister.storage.adapter - - - com.google.common.base, + + + + org.apache.felix + maven-bundle-plugin + + + ${project.groupId}.config-persister-impl + org.opendaylight.controller.config.persister.storage.adapter + com.google.common.base, com.google.common.io, org.apache.commons.io, org.opendaylight.controller.config.persist.api, @@ -89,14 +86,11 @@ javax.xml.transform, javax.xml.transform.stream, org.eclipse.persistence.jaxb, - org.apache.commons.lang3 - - - org.opendaylight.controller.config.persist.storage.file.xml.model, - - - - - - + org.apache.commons.lang3 + org.opendaylight.controller.config.persist.storage.file.xml.model, + + + + + diff --git a/opendaylight/config/config-persister-file-xml-adapter/pom.xml b/opendaylight/config/config-persister-file-xml-adapter/pom.xml index a5010f0464..d8c81ea971 100644 --- a/opendaylight/config/config-persister-file-xml-adapter/pom.xml +++ b/opendaylight/config/config-persister-file-xml-adapter/pom.xml @@ -1,75 +1,74 @@ - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - .. - - config-persister-file-xml-adapter - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + .. + + config-persister-file-xml-adapter + bundle + ${project.artifactId} - - - - ${project.groupId} - config-persister-api - - - org.apache.commons - commons-lang3 - - - com.google.guava - guava - - - org.slf4j - slf4j-api - + + + + ${project.groupId} + config-persister-api + + + com.google.guava + guava + + + org.apache.commons + commons-lang3 + + + org.eclipse.persistence + org.eclipse.persistence.core + - - org.eclipse.persistence - org.eclipse.persistence.moxy - - - org.eclipse.persistence - org.eclipse.persistence.core - + + org.eclipse.persistence + org.eclipse.persistence.moxy + - - - org.opendaylight.yangtools - mockito-configuration - - - ${project.groupId} - config-persister-api - test-jar - test - - - xmlunit - xmlunit - - + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + + + xmlunit + xmlunit + + + ${project.groupId} + config-persister-api + test-jar + test + + - - - - org.apache.felix - maven-bundle-plugin - - - ${project.groupId}.config-persister-impl - - org.opendaylight.controller.config.persister.storage.adapter - - - - - + + + + org.apache.felix + maven-bundle-plugin + + + ${project.groupId}.config-persister-impl + org.opendaylight.controller.config.persister.storage.adapter + + + + + diff --git a/opendaylight/config/config-plugin-parent/pom.xml b/opendaylight/config/config-plugin-parent/pom.xml index 2c607f81d0..99e159ea3d 100644 --- a/opendaylight/config/config-plugin-parent/pom.xml +++ b/opendaylight/config/config-plugin-parent/pom.xml @@ -1,58 +1,54 @@ - - org.opendaylight.controller - config-subsystem - 0.2.5-SNAPSHOT - - 4.0.0 - config-plugin-parent - ${project.artifactId} - pom - - 3.0.4 - + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + + config-plugin-parent + pom + ${project.artifactId} + + 3.0.4 + - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - config - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - - - - + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + true + + + + + + + diff --git a/opendaylight/config/config-util/pom.xml b/opendaylight/config/config-util/pom.xml index 9b866efb13..b6e2efcd45 100644 --- a/opendaylight/config/config-util/pom.xml +++ b/opendaylight/config/config-util/pom.xml @@ -1,47 +1,48 @@ + - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - .. - - config-util - ${project.artifactId} - jar + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + .. + + config-util + jar + ${project.artifactId} - - - - ${project.groupId} - config-api - - - - com.google.guava - guava - test - - + + + + ${project.groupId} + config-api + + + + com.google.guava + guava + test + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - false - 1 - - - - - org.apache.maven.plugins - maven-jar-plugin - - - + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + false + 1 + + + + diff --git a/opendaylight/config/logback-config/pom.xml b/opendaylight/config/logback-config/pom.xml index 2fe515c312..0fd62aa427 100644 --- a/opendaylight/config/logback-config/pom.xml +++ b/opendaylight/config/logback-config/pom.xml @@ -1,95 +1,92 @@ - 4.0.0 - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - logback-config - ${project.artifactId} - bundle - - 3.0.4 - + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + logback-config + bundle + ${project.artifactId} + + 3.0.4 + - - - ${project.groupId} - config-api - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core - + + + ${project.groupId} + config-api + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + - - com.google.guava - guava - - - commons-io - commons-io - + + com.google.guava + guava + + + commons-io + commons-io + + + org.apache.commons + commons-lang3 + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + - + - - ${project.groupId} - config-manager - test - test-jar - - - ${project.groupId} - config-manager - test - - - ${project.groupId} - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - - - org.apache.commons - commons-lang3 - - - - - - org.apache.felix - maven-bundle-plugin - - - - - - org.opendaylight.controller.config.yang.logback.config, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.logback.config.rev130716.*, - - - - - - org.opendaylight.yangtools - yang-maven-plugin - + + ${project.groupId} + config-manager + test-jar + test + + + ${project.groupId} + config-manager + test + + + ${project.groupId} + config-util + test + + + + + + org.apache.felix + maven-bundle-plugin + + + + org.opendaylight.controller.config.yang.logback.config, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.logback.config.rev130716.*, + + + + + org.opendaylight.yangtools + yang-maven-plugin + - - + + diff --git a/opendaylight/config/netty-config-api/pom.xml b/opendaylight/config/netty-config-api/pom.xml index 2a53e445f5..ca1e28e14c 100644 --- a/opendaylight/config/netty-config-api/pom.xml +++ b/opendaylight/config/netty-config-api/pom.xml @@ -1,52 +1,50 @@ + 4.0.0 org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent - 4.0.0 netty-config-api - ${project.artifactId} - bundle - - 3.0.4 - + bundle + ${project.artifactId} + + 3.0.4 + - - - org.opendaylight.controller - config-api - - - com.google.guava - guava - - - io.netty - netty-transport - - - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.yang.netty, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.rev131119.*, - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - + + + com.google.guava + guava + + + io.netty + netty-transport + + + org.opendaylight.controller + config-api + + + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.yang.netty, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.rev131119.*, + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index 452c5ac715..b001dc76f7 100644 --- a/opendaylight/config/netty-event-executor-config/pom.xml +++ b/opendaylight/config/netty-event-executor-config/pom.xml @@ -1,92 +1,90 @@ - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - netty-event-executor-config - Configuration Wrapper around netty's event executor - bundle - ${project.artifactId} - - 3.0.4 - + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + netty-event-executor-config + bundle + ${project.artifactId} + Configuration Wrapper around netty's event executor + + 3.0.4 + - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - netty-config-api - - - org.slf4j - slf4j-api - + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + - - - junit - junit - test - - - org.opendaylight.controller - config-manager - test - test-jar - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - + + + junit + junit + test + + + org.opendaylight.controller + config-manager + test-jar + test + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + test + - + - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.eventexecutor.rev131112.*, - - - - - - + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.eventexecutor.rev131112.*, + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + - - - ${project.artifactId} - NETTY-EVENT-EXECUTOR-CONFIG Module site - ${basedir}/target/site/${project.artifactId} - - + + + ${project.artifactId} + NETTY-EVENT-EXECUTOR-CONFIG Module site + ${basedir}/target/site/${project.artifactId} + + diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index 332426faa5..8c86ca8354 100644 --- a/opendaylight/config/netty-threadgroup-config/pom.xml +++ b/opendaylight/config/netty-threadgroup-config/pom.xml @@ -2,94 +2,92 @@ - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - + 4.0.0 - 4.0.0 - netty-threadgroup-config - Configuration Wrapper around netty's event group - bundle - ${project.artifactId} - - 3.0.4 - + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + netty-threadgroup-config + bundle + ${project.artifactId} + Configuration Wrapper around netty's event group + + 3.0.4 + - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - netty-config-api - - - org.slf4j - slf4j-api - + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + - - - junit - junit - test - - - org.opendaylight.controller - config-manager - test - test-jar - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - + + + junit + junit + test + + + org.opendaylight.controller + config-manager + test-jar + test + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + test + - + - - + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.threadgroup.rev131107.*, + + + - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.threadgroup.rev131107.*, - - - - - - + + org.opendaylight.yangtools + yang-maven-plugin + + + - - - ${project.artifactId} - NETTY-THREADGROUP-CONFIG Module site - ${basedir}/target/site/${project.artifactId} - - + + + ${project.artifactId} + NETTY-THREADGROUP-CONFIG Module site + ${basedir}/target/site/${project.artifactId} + + diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index a056a1c126..6b3ecdbceb 100644 --- a/opendaylight/config/netty-timer-config/pom.xml +++ b/opendaylight/config/netty-timer-config/pom.xml @@ -1,100 +1,98 @@ - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - netty-timer-config - Configuration Wrapper around netty's timer - bundle - ${project.artifactId} - - 3.0.4 - + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + netty-timer-config + bundle + ${project.artifactId} + Configuration Wrapper around netty's timer + + 3.0.4 + - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - netty-config-api - - - org.opendaylight.controller - threadpool-config-api - - - org.slf4j - slf4j-api - + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + + + org.opendaylight.controller + threadpool-config-api + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + - - - junit - junit - test - - - org.opendaylight.controller - config-manager - test - test-jar - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - - - org.opendaylight.controller - threadpool-config-impl - test - + + + junit + junit + test + + + org.opendaylight.controller + config-manager + test-jar + test + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + test + + + org.opendaylight.controller + threadpool-config-impl + test + - + - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.timer.rev131119.*, - - - - - - + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.timer.rev131119.*, + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + - - - ${project.artifactId} - NETTY-TIMER-CONFIG Module site - ${basedir}/target/site/${project.artifactId} - - + + + ${project.artifactId} + NETTY-TIMER-CONFIG Module site + ${basedir}/target/site/${project.artifactId} + + diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 2c68575166..90268cae5c 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -1,389 +1,371 @@ - - 4.0.0 + + + 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../commons/opendaylight - + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../commons/opendaylight + + config-subsystem + 0.2.5-SNAPSHOT + pom + ${project.artifactId} + + 3.0.4 + + + config-api + config-manager + config-plugin-parent + config-util + config-persister-api + config-persister-file-xml-adapter + yang-jmx-generator + yang-jmx-generator-plugin + yang-test + logback-config + threadpool-config-api + netty-config-api + threadpool-config-impl + netty-threadgroup-config + netty-event-executor-config + netty-timer-config + config-persister-directory-xml-adapter + yang-test-plugin + shutdown-api + shutdown-impl + config-module-archetype + - 0.2.5-SNAPSHOT - config-subsystem - pom - ${project.artifactId} - - 3.0.4 - - - config-api - config-manager - config-plugin-parent - config-util - config-persister-api - config-persister-file-xml-adapter - yang-jmx-generator - yang-jmx-generator-plugin - yang-test - logback-config - threadpool-config-api - netty-config-api - threadpool-config-impl - netty-threadgroup-config - netty-event-executor-config - netty-timer-config - config-persister-directory-xml-adapter - yang-test-plugin - shutdown-api - shutdown-impl - config-module-archetype - + + 4.10 + 2.4.0 + 5.0.0 + UTF-8 + 1.7.2 + - - - integrationtests - - false - - - yang-jmx-generator-it - - - + + + + ${project.groupId} + config-api + ${config.version} + + + ${project.groupId} + config-manager + ${config.version} + + + ${project.groupId} + config-manager + ${config.version} + test-jar + + + ${project.groupId} + config-persister-api + ${config.version} + + + ${project.groupId} + config-persister-api + ${config.version} + test-jar + + + ${project.groupId} + config-util + ${config.version} + + + ${project.groupId} + config-util + ${config.version} + test-jar + + + ${project.groupId} + yang-test + ${config.version} + + + com.google.guava + guava + 14.0.1 + + + commons-io + commons-io + 2.4 + + + junit + junit + ${junit.version} + + + org.apache.commons + commons-lang3 + ${commons.lang.version} + - - UTF-8 - 1.7 - 1.7 - 4.10 - 2.4.0 - 5.0.0 - 1.7.2 - + + org.opendaylight.controller + shutdown-api + ${config.version} + + + org.opendaylight.controller + yang-jmx-generator + ${config.version} + + + org.opendaylight.controller + yang-jmx-generator + ${config.version} + test-jar + + + org.opendaylight.yangtools + binding-generator-impl + ${yangtools.version} + + + org.opendaylight.yangtools + binding-generator-spi + ${yangtools.version} + + + org.opendaylight.yangtools + binding-generator-util + ${yangtools.version} + + + org.opendaylight.yangtools + binding-type-provider + ${yangtools.version} + + + org.opendaylight.yangtools + concepts + ${yangtools.version} + - - - junit - junit - test - - - ch.qos.logback - logback-classic - test - + + + org.opendaylight.yangtools + yang-binding + ${yangtools.version} + + + org.opendaylight.yangtools + yang-common + ${yangtools.version} + + + org.opendaylight.yangtools + yang-maven-plugin-spi + ${yangtools.version} + + + org.opendaylight.yangtools + yang-parser-impl + ${yangtools.version} + + + org.osgi + org.osgi.core + ${osgi.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.osgi - org.osgi.core - ${osgi.version} - - - commons-io - commons-io - 2.4 - - - com.google.guava - guava - 14.0.1 - - - junit - junit - ${junit.version} - - - org.apache.commons - commons-lang3 - ${commons.lang.version} - + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + - - ${project.groupId} - config-api - ${config.version} - + + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + + ${project.groupId}.${project.artifactId} + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + package + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.14.1 + + true + classes + 1C + false + true + 2 + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0.5.7-SNAPSHOT,) + + generate-sources + + + + + + + + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + - ${project.groupId} - config-util - ${config.version} - - - ${project.groupId} - config-util - ${config.version} - test-jar - - - ${project.groupId} - config-manager - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - test-jar - - - ${project.groupId} - config-persister-api - ${config.version} - - - ${project.groupId} - config-persister-api - ${config.version} - test-jar - - - org.opendaylight.yangtools - binding-generator-spi - ${yangtools.version} - - - org.opendaylight.yangtools - binding-generator-util - ${yangtools.version} - - - org.opendaylight.yangtools - yang-parser-impl - ${yangtools.version} - - - org.opendaylight.yangtools - binding-generator-impl - ${yangtools.version} - - - ${project.groupId} - yang-test - ${config.version} - - - org.opendaylight.controller - yang-jmx-generator - ${config.version} - - - org.opendaylight.controller - yang-jmx-generator - ${config.version} - test-jar - - - org.opendaylight.yangtools - binding-type-provider - ${yangtools.version} - - - org.opendaylight.yangtools - yang-maven-plugin-spi - ${yangtools.version} - - - - org.opendaylight.controller - shutdown-api - ${config.version} - - - - - org.opendaylight.yangtools - yang-binding - ${yangtools.version} - - - org.opendaylight.yangtools - yang-common - ${yangtools.version} - - - org.opendaylight.yangtools - concepts - ${yangtools.version} + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar - - - + + + + sal + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + + check + report + + prepare-package + + ${project.build.directory}/jacoco + false + + 80 + + + + + - - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - prepare-agent - - - - report - prepare-package - - check - report - - - ${project.build.directory}/jacoco - false - - 80 - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - + + - - - - - - - org.opendaylight.yangtools - yang-maven-plugin - ${yangtools.version} - - - sal - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - ${project.build.directory}/site/models - - - true - - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - package - - test-jar - - - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - ${project.groupId}.${project.artifactId} - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - true - classes - 1C - false - true - 2 - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.3 - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0 - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.opendaylight.yangtools - - - yang-maven-plugin - - - [0.5.7-SNAPSHOT,) - - - - generate-sources - - - - - - - - - - - - - - + + + integrationtests + + false + + + yang-jmx-generator-it + + + diff --git a/opendaylight/config/shutdown-api/pom.xml b/opendaylight/config/shutdown-api/pom.xml index 1e14bc4961..76c1cfdc54 100644 --- a/opendaylight/config/shutdown-api/pom.xml +++ b/opendaylight/config/shutdown-api/pom.xml @@ -1,46 +1,44 @@ - - config-plugin-parent - org.opendaylight.controller - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - bundle - shutdown-api + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + shutdown-api + bundle - - - com.google.guava - guava - - - org.opendaylight.controller - config-api - - + + + com.google.guava + guava + + + org.opendaylight.controller + config-api + + - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.shutdown, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.shutdown, org.opendaylight.controller.config.yang.shutdown, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.shutdown.rev131218 - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.shutdown.rev131218 + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/config/shutdown-impl/pom.xml b/opendaylight/config/shutdown-impl/pom.xml index 8cf164d2a5..9895022df6 100644 --- a/opendaylight/config/shutdown-impl/pom.xml +++ b/opendaylight/config/shutdown-impl/pom.xml @@ -1,61 +1,61 @@ - - config-plugin-parent - org.opendaylight.controller - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - bundle - shutdown-impl + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + shutdown-impl + bundle - - - com.google.guava - guava - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - shutdown-api - - - org.opendaylight.controller - config-manager - test - test-jar - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - - + + + com.google.guava + guava + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + shutdown-api + + + org.opendaylight.yangtools + mockito-configuration + + + org.opendaylight.controller + config-manager + test-jar + test + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + test + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.yangtools - yang-maven-plugin - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 7e45fa3c6b..c9a19515ef 100644 --- a/opendaylight/config/threadpool-config-api/pom.xml +++ b/opendaylight/config/threadpool-config-api/pom.xml @@ -1,50 +1,48 @@ - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - threadpool-config-api - ${project.artifactId} - bundle - - 3.0.4 - + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + threadpool-config-api + bundle + ${project.artifactId} + + 3.0.4 + - - - org.opendaylight.controller - config-api - - - com.google.guava - guava - - + + + com.google.guava + guava + + + org.opendaylight.controller + config-api + + - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.threadpool, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.threadpool, org.opendaylight.controller.config.yang.threadpool, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.threadpool.rev130409.*, - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.threadpool.rev130409.*, + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index fcedbd85f1..4bc080bbff 100644 --- a/opendaylight/config/threadpool-config-impl/pom.xml +++ b/opendaylight/config/threadpool-config-impl/pom.xml @@ -1,91 +1,87 @@ - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - threadpool-config-impl - ${project.artifactId} - bundle - - 3.0.4 - + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + threadpool-config-impl + bundle + ${project.artifactId} + + 3.0.4 + - - - ${project.groupId} - config-api - - - ${project.groupId} - threadpool-config-api - ${project.version} - - - com.google.guava - guava - - - org.slf4j - slf4j-api - + + + ${project.groupId} + config-api + + + ${project.groupId} + threadpool-config-api + ${project.version} + + + com.google.guava + guava + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + - - - org.opendaylight.controller - config-manager - test - test-jar - - - org.opendaylight.controller - config-manager - test - - - org.opendaylight.controller - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - - + + + org.opendaylight.controller + config-manager + test-jar + test + + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-util + test + + - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.threadpool.util, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.threadpool.util, javax.annotation.*, - org.opendaylight.controller.config.yang.threadpool.impl*, - - - org.opendaylight.controller.config.threadpool.util, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.threadpool.impl.*, - - - - - - org.apache.maven.plugins - maven-jar-plugin - + org.opendaylight.controller.config.yang.threadpool.impl*, + org.opendaylight.controller.config.threadpool.util, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.threadpool.impl.*, + + + + + org.apache.maven.plugins + maven-jar-plugin + - - org.opendaylight.yangtools - yang-maven-plugin - - - + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/config/yang-jmx-generator-it/pom.xml b/opendaylight/config/yang-jmx-generator-it/pom.xml index f081b7bd38..c91881bd3e 100644 --- a/opendaylight/config/yang-jmx-generator-it/pom.xml +++ b/opendaylight/config/yang-jmx-generator-it/pom.xml @@ -1,80 +1,80 @@ - + - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + - yang-jmx-generator-it - ${project.artifactId} + yang-jmx-generator-it + ${project.artifactId} - - - ${project.groupId} - config-api - test - - - ${project.groupId} - yang-test - test - - - ${project.groupId} - config-manager - test - test-jar - - - ${project.groupId} - config-manager - test - - - ${project.groupId} - config-util - test - - - org.opendaylight.yangtools - mockito-configuration - - + + + org.opendaylight.yangtools + mockito-configuration + + + ${project.groupId} + config-api + test + + + ${project.groupId} + config-manager + test-jar + test + + + ${project.groupId} + config-manager + test + + + ${project.groupId} + config-util + test + + + ${project.groupId} + yang-test + test + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - false - - - - default-test - - true - - - - integration-tests - integration-test - - test - - - - **/org/opendaylight/controller/config/yangjmxgenerator/it/*.java - - false - - - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + false + + + + default-test + + true + + + + integration-tests + + test + + integration-test + + + **/org/opendaylight/controller/config/yangjmxgenerator/it/*.java + + false + + + + + + diff --git a/opendaylight/config/yang-jmx-generator-plugin/pom.xml b/opendaylight/config/yang-jmx-generator-plugin/pom.xml index c934530067..2d49ed7fab 100644 --- a/opendaylight/config/yang-jmx-generator-plugin/pom.xml +++ b/opendaylight/config/yang-jmx-generator-plugin/pom.xml @@ -1,157 +1,155 @@ - - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - .. - - yang-jmx-generator-plugin - - - - - org.slf4j - slf4j-api - - - - org.opendaylight.controller - yang-jmx-generator - - - - org.opendaylight.yangtools - yang-maven-plugin-spi - - - - org.opendaylight.yangtools - binding-type-provider - - - - net.sourceforge.pmd - pmd - 5.1.0 - test - - - - - org.eclipse.jdt - core - 3.3.0-v_771 - test - - - - org.eclipse.equinox - app - - - - - - - org.eclipse.equinox - app - 1.0.0-v20070606 - test - - - - - ${project.groupId} - config-api - - - - commons-io - commons-io - - - - com.jcabi - jcabi-maven-slf4j - 0.8 - - - - com.google.guava - guava - - - - org.opendaylight.controller - yang-jmx-generator - test - test-jar - - - - org.eclipse - jdt - 3.3.0-v20070607-1300 - test - - - - org.eclipse.equinox - app - - - - - - org.opendaylight.yangtools - mockito-configuration - - - - org.apache.commons - commons-lang3 - - - - org.codehaus.gmaven.runtime - gmaven-runtime-2.0 - 1.5 - - - org.sonatype.gossip - gossip - - - - - - - - - - maven-compiler-plugin - 3.1 - - groovy-eclipse-compiler - false - - - - org.codehaus.groovy - groovy-eclipse-compiler - 2.8.0-01 - - - - org.codehaus.groovy - groovy-eclipse-batch - 2.1.8-01 - - - - - - + + + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + .. + + yang-jmx-generator-plugin + + + + + ${project.groupId} + config-api + + + + com.google.guava + guava + + + + com.jcabi + jcabi-maven-slf4j + 0.8 + + + + commons-io + commons-io + + + + org.apache.commons + commons-lang3 + + + + org.codehaus.gmaven.runtime + gmaven-runtime-2.0 + 1.5 + + + org.sonatype.gossip + gossip + + + + + + org.opendaylight.controller + yang-jmx-generator + + + + org.opendaylight.yangtools + binding-type-provider + + + + org.opendaylight.yangtools + mockito-configuration + + + + org.opendaylight.yangtools + yang-maven-plugin-spi + + + + org.slf4j + slf4j-api + + + + net.sourceforge.pmd + pmd + 5.1.0 + test + + + + org.eclipse + jdt + 3.3.0-v20070607-1300 + test + + + + org.eclipse.equinox + app + + + + + + org.eclipse.equinox + app + 1.0.0-v20070606 + test + + + + org.eclipse.jdt + core + 3.3.0-v_771 + test + + + + org.eclipse.equinox + app + + + + + + + org.opendaylight.controller + yang-jmx-generator + test-jar + test + + + + + + + + maven-compiler-plugin + 3.1 + + groovy-eclipse-compiler + false + + + + + org.codehaus.groovy + groovy-eclipse-batch + 2.1.8-01 + + + org.codehaus.groovy + groovy-eclipse-compiler + 2.8.0-01 + + + + + + diff --git a/opendaylight/config/yang-jmx-generator/pom.xml b/opendaylight/config/yang-jmx-generator/pom.xml index 92ce0feccd..30d69a028a 100644 --- a/opendaylight/config/yang-jmx-generator/pom.xml +++ b/opendaylight/config/yang-jmx-generator/pom.xml @@ -1,86 +1,82 @@ - + - 4.0.0 - - config-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - + 4.0.0 + + org.opendaylight.controller + config-subsystem + 0.2.5-SNAPSHOT + - yang-jmx-generator - ${project.artifactId} - bundle + yang-jmx-generator + bundle + ${project.artifactId} - - - org.slf4j - slf4j-api - + + + ${project.groupId} + config-api + + + com.google.guava + guava + - - org.opendaylight.yangtools - binding-generator-spi - - - org.opendaylight.yangtools - binding-generator-util - - - com.google.guava - guava - + + org.opendaylight.yangtools + binding-generator-spi + + + org.opendaylight.yangtools + binding-generator-util + + + org.opendaylight.yangtools + binding-type-provider + - - org.opendaylight.yangtools - mockito-configuration - - - org.opendaylight.yangtools - yang-parser-impl - test - - - ${project.groupId} - config-api - - - org.opendaylight.yangtools - binding-generator-impl - test - - - org.apache.commons - commons-lang3 - test - - - org.opendaylight.yangtools - binding-type-provider - - + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + + + org.apache.commons + commons-lang3 + test + + + org.opendaylight.yangtools + binding-generator-impl + test + + + org.opendaylight.yangtools + yang-parser-impl + test + + - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.util, - - - org.opendaylight.controller.config.yangjmxgenerator, - org.opendaylight.controller.config.yangjmxgenerator.attribute, - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.util, + org.opendaylight.controller.config.yangjmxgenerator, + org.opendaylight.controller.config.yangjmxgenerator.attribute, + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + diff --git a/opendaylight/config/yang-test-plugin/pom.xml b/opendaylight/config/yang-test-plugin/pom.xml index a4306c15c4..173227f0bc 100644 --- a/opendaylight/config/yang-test-plugin/pom.xml +++ b/opendaylight/config/yang-test-plugin/pom.xml @@ -1,30 +1,30 @@ - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - 4.0.0 - maven-plugin - yang-test-plugin + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + + yang-test-plugin + maven-plugin + ${project.artifactId} - Remove generated source files, after new files generation, implementation is inserted. - ${project.artifactId} - - 3.0.4 - + Remove generated source files, after new files generation, implementation is inserted. + + 3.0.4 + - - - org.apache.maven - maven-plugin-api - 3.0.5 - - - commons-io - commons-io - - - \ No newline at end of file + + + commons-io + commons-io + + + org.apache.maven + maven-plugin-api + 3.0.5 + + + diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index ecce3e33fc..8c8065dd67 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -1,136 +1,122 @@ - 4.0.0 - - org.opendaylight.controller - config-plugin-parent - 0.2.5-SNAPSHOT - ../config-plugin-parent - - - yang-test - bundle + 4.0.0 + + org.opendaylight.controller + config-plugin-parent + 0.2.5-SNAPSHOT + ../config-plugin-parent + - Artifact that contains only generated code from yang files. Suitable for testing. - - ${project.artifactId} - - 3.0.4 - + yang-test + bundle + ${project.artifactId} - - - ${project.groupId} - config-api - - - org.slf4j - slf4j-api - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools - mockito-configuration - - - ${project.groupId} - config-manager - test - - - ${project.groupId} - config-manager - test-jar - test - - - org.opendaylight.controller - config-util - test - - - junit - junit - test - - + Artifact that contains only generated code from yang files. Suitable for testing. + + 3.0.4 + + + + ${project.groupId} + config-api + + + org.opendaylight.yangtools + mockito-configuration + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.slf4j + slf4j-api + + + ${project.groupId} + config-manager + test + + + ${project.groupId} + config-manager + test-jar + test + + + junit + junit + test + + + org.opendaylight.controller + config-util + test + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.opendaylight.controller + yang-test-plugin + [0.2.3,) + + delete-sources + process-sources + + + + + + + + + + + + - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.opendaylight.controller - - - yang-test-plugin - - - [0.2.3,) - - - - delete-sources - - - process-sources - - - - - - - - - - - - - + - - - org.opendaylight.yangtools - yang-maven-plugin - + + org.apache.felix + maven-bundle-plugin + + + + - - org.opendaylight.controller - yang-test-plugin - ${config.version} - - - - delete-sources - - process-sources - - - - + + org.opendaylight.controller + yang-test-plugin + ${config.version} + + + + delete-sources - - org.apache.felix - maven-bundle-plugin - - - - - - - + process-sources + + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + diff --git a/opendaylight/configuration/api/pom.xml b/opendaylight/configuration/api/pom.xml index 8a5cd99a10..992e4b08d1 100644 --- a/opendaylight/configuration/api/pom.xml +++ b/opendaylight/configuration/api/pom.xml @@ -7,16 +7,16 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - configuration 0.4.3-SNAPSHOT bundle + + + org.opendaylight.controller + sal + + @@ -27,22 +27,18 @@ true - - org.opendaylight.controller.sal.utils - - - org.opendaylight.controller.configuration - + org.opendaylight.controller.sal.utils + org.opendaylight.controller.configuration ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/configuration/implementation/pom.xml b/opendaylight/configuration/implementation/pom.xml index 0846dc58a3..b6d2229121 100644 --- a/opendaylight/configuration/implementation/pom.xml +++ b/opendaylight/configuration/implementation/pom.xml @@ -7,16 +7,28 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - configuration.implementation 0.4.3-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + @@ -27,42 +39,25 @@ true - - org.opendaylight.controller.configuration, + org.opendaylight.controller.configuration, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, org.osgi.framework, org.slf4j, - org.apache.felix.dm - - - - - org.opendaylight.controller.configuration.internal.Activator - + org.apache.felix.dm + + org.opendaylight.controller.configuration.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/configuration/integrationtest/pom.xml b/opendaylight/configuration/integrationtest/pom.xml index 6f116e3576..31b9c07674 100644 --- a/opendaylight/configuration/integrationtest/pom.xml +++ b/opendaylight/configuration/integrationtest/pom.xml @@ -1,37 +1,27 @@ 4.0.0 - + org.opendaylight.controller commons.integrationtest 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - configuration.integrationtest 0.4.2-SNAPSHOT - + - org.opendaylight.controller - protocol_plugins.stub + ch.qos.logback + logback-classic - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.implementation + ch.qos.logback + logback-core - org.opendaylight.controller - forwardingrulesmanager + eclipselink + javax.resource org.opendaylight.controller @@ -45,6 +35,14 @@ org.opendaylight.controller clustering.stub + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + configuration.implementation + org.opendaylight.controller containermanager @@ -55,28 +53,40 @@ org.opendaylight.controller - switchmanager + forwardingrulesmanager org.opendaylight.controller - switchmanager.implementation + hosttracker org.opendaylight.controller - configuration + protocol_plugins.stub org.opendaylight.controller - configuration.implementation + sal - + org.opendaylight.controller - hosttracker + sal.implementation + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + switchmanager.implementation org.opendaylight.controller topologymanager + + org.slf4j + log4j-over-slf4j + junit junit @@ -103,21 +113,11 @@ pax-url-aether test - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - eclipselink - javax.resource - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/connectionmanager/api/pom.xml b/opendaylight/connectionmanager/api/pom.xml index 3a66ce3420..b3a427a8f7 100644 --- a/opendaylight/connectionmanager/api/pom.xml +++ b/opendaylight/connectionmanager/api/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - connectionmanager 0.1.2-SNAPSHOT bundle + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + @@ -27,28 +31,20 @@ true - - org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, - org.opendaylight.controller.sal.connection - - - org.opendaylight.controller.connectionmanager - + org.opendaylight.controller.sal.connection + org.opendaylight.controller.connectionmanager ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/connectionmanager/implementation/pom.xml b/opendaylight/connectionmanager/implementation/pom.xml index 3bd7ea1386..5adcc89ee8 100644 --- a/opendaylight/connectionmanager/implementation/pom.xml +++ b/opendaylight/connectionmanager/implementation/pom.xml @@ -7,16 +7,32 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - connectionmanager.implementation 0.1.2-SNAPSHOT bundle + + + equinoxSDK381 + org.eclipse.osgi + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + @@ -27,8 +43,7 @@ true - - org.opendaylight.controller.connectionmanager, + org.opendaylight.controller.connectionmanager, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, @@ -37,39 +52,19 @@ org.eclipse.osgi.framework.console, org.osgi.framework, org.slf4j, - org.apache.felix.dm - - - - - org.opendaylight.controller.connectionmanager.internal.Activator - + org.apache.felix.dm + + org.opendaylight.controller.connectionmanager.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - - equinoxSDK381 - org.eclipse.osgi - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/containermanager/api/pom.xml b/opendaylight/containermanager/api/pom.xml index 566691f7cb..5bfededfe5 100644 --- a/opendaylight/containermanager/api/pom.xml +++ b/opendaylight/containermanager/api/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - containermanager 0.5.2-SNAPSHOT bundle + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + @@ -27,8 +31,7 @@ true - - org.opendaylight.controller.configuration, + org.opendaylight.controller.configuration, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, @@ -38,25 +41,18 @@ org.opendaylight.controller.sal.reader, org.slf4j, javax.xml.bind.annotation, - javax.xml.bind - - - org.opendaylight.controller.containermanager - + javax.xml.bind + org.opendaylight.controller.containermanager ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - configuration - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/containermanager/implementation/pom.xml b/opendaylight/containermanager/implementation/pom.xml index 4cc44cb580..b7b9e0abda 100644 --- a/opendaylight/containermanager/implementation/pom.xml +++ b/opendaylight/containermanager/implementation/pom.xml @@ -7,16 +7,36 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - containermanager.implementation 0.5.2-SNAPSHOT bundle + + + org.opendaylight.controller + appauth + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + topologymanager + + @@ -27,8 +47,7 @@ true - - org.opendaylight.controller.containermanager, + org.opendaylight.controller.containermanager, org.opendaylight.controller.appauth.authorization, org.opendaylight.controller.configuration, org.opendaylight.controller.clustering.services, @@ -44,43 +63,19 @@ org.eclipse.osgi.framework.console, org.osgi.framework, org.slf4j, - org.apache.felix.dm - - - - - org.opendaylight.controller.containermanager.internal.Activator - + org.apache.felix.dm + + org.opendaylight.controller.containermanager.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - appauth - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - sal - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/containermanager/it.implementation/pom.xml b/opendaylight/containermanager/it.implementation/pom.xml index 5fff7024fb..2727f77d90 100644 --- a/opendaylight/containermanager/it.implementation/pom.xml +++ b/opendaylight/containermanager/it.implementation/pom.xml @@ -7,16 +7,28 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - containermanager.it.implementation 0.5.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + @@ -27,8 +39,7 @@ true - - org.opendaylight.controller.containermanager, + org.opendaylight.controller.containermanager, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.utils, @@ -40,35 +51,19 @@ org.eclipse.osgi.framework.console, org.osgi.framework, org.slf4j, - org.apache.felix.dm - - - - - org.opendaylight.controller.containermanager.internal.Activator - + org.apache.felix.dm + + org.opendaylight.controller.containermanager.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 291fbdd4a7..237c42ed34 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1,1282 +1,1277 @@ - - 4.0.0 - - 3.0 - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../../commons/opendaylight - - distribution.opendaylight - 0.1.2-SNAPSHOT - pom + + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../commons/opendaylight + + distribution.opendaylight + 0.1.2-SNAPSHOT + pom + + 3.0 + + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + - - - notduringrelease - - - !DOINGRELEASE - - - - - - org.opendaylight.controller - sal-common - - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-netconf-connector - - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.controller - sal-broker-impl - - - org.opendaylight.controller - sal-remote - - - org.opendaylight.controller - sal-restconf-broker - - - org.opendaylight.controller - sal-core-spi - - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.controller - sal-common-impl - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-binding-config - - - org.opendaylight.controller - sal-binding-broker-impl - - - org.opendaylight.controller - sal-compatibility - - - org.opendaylight.controller - sal-connector-api - - - org.opendaylight.controller - sal-rest-connector - - - org.opendaylight.controller.model - model-inventory - - - org.opendaylight.controller.model - model-flow-base - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.model - model-flow-statistics - - - org.opendaylight.controller.model - model-flow-management - - - org.opendaylight.controller.md - inventory-manager - - - org.opendaylight.controller.md - forwardingrules-manager - - - org.opendaylight.controller.md - topology-lldp-discovery - - - org.opendaylight.controller.md - topology-manager - - - org.opendaylight.controller.model - model-topology - 1.1-SNAPSHOT - - - org.opendaylight.yangtools.model - ietf-topology - - - org.opendaylight.controller - sal-binding-util - - - org.opendaylight.controller.md - statistics-manager - - - org.opendaylight.controller - concepts - - - org.opendaylight.controller - protocol-framework - - - org.opendaylight.yangtools - concepts - - - org.opendaylight.yangtools - restconf-client-api - - - org.opendaylight.yangtools - restconf-client-impl - + + com.fasterxml.jackson.core + jackson-annotations + - - - org.opendaylight.controller - remoterpc-routingtable.implementation - ${mdsal.version} - - - org.opendaylight.controller - sal-remoterpc-connector - + + com.fasterxml.jackson.core + jackson-core + - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - config-manager - - - org.opendaylight.controller - yang-jmx-generator - - - org.opendaylight.controller - logback-config - - - org.opendaylight.controller - config-persister-api - - - org.opendaylight.controller - config-persister-file-xml-adapter - - - org.opendaylight.controller - config-persister-directory-xml-adapter - + + com.fasterxml.jackson.core + jackson-databind + - - org.opendaylight.controller - shutdown-api - - - org.opendaylight.controller - shutdown-impl - + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + - - - org.opendaylight.controller - netconf-api - - - org.opendaylight.controller - netconf-impl - - - org.opendaylight.controller - netconf-util - - - org.opendaylight.controller - netconf-client - - - org.opendaylight.controller - netconf-mapping-api - - - org.opendaylight.controller - netconf-ssh - - - org.opendaylight.controller - config-netconf-connector - - - org.opendaylight.controller - netconf-monitoring - - - ${project.groupId} - ietf-netconf-monitoring - - - ${project.groupId} - ietf-netconf-monitoring-extension - - - org.opendaylight.controller - config-persister-impl - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.xerces - 2.11.0_1 - - - org.eclipse.birt.runtime.3_7_1 - org.apache.xml.resolver - 1.2.0 - - - org.bouncycastle - bcprov-jdk15on - - - org.bouncycastle - bcpkix-jdk15on - + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + - - - org.opendaylight.controller - threadpool-config-api - - - org.opendaylight.controller - netty-config-api - - - org.opendaylight.controller - threadpool-config-impl - - - org.opendaylight.controller - netty-threadgroup-config - - - org.opendaylight.controller - netty-event-executor-config - - - org.opendaylight.controller - netty-timer-config - + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + com.google.code.gson + gson + + + com.google.guava + guava + + + com.sun.jersey + jersey-client + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + + + commons-codec + commons-codec + + + commons-fileupload + commons-fileupload + + + commons-io + commons-io + + + commons-net + commons-net + + + eclipselink + javax.persistence + + + eclipselink + javax.resource + + + equinoxSDK381 + javax.servlet + + + equinoxSDK381 + javax.servlet.jsp + + + equinoxSDK381 + org.apache.felix.gogo.command + + + equinoxSDK381 + org.apache.felix.gogo.runtime + + + equinoxSDK381 + org.apache.felix.gogo.shell + + + equinoxSDK381 + org.eclipse.equinox.cm + + + equinoxSDK381 + org.eclipse.equinox.console + + + equinoxSDK381 + org.eclipse.equinox.ds + + + equinoxSDK381 + org.eclipse.equinox.launcher + + + equinoxSDK381 + org.eclipse.equinox.util + + + equinoxSDK381 + org.eclipse.osgi + + + equinoxSDK381 + org.eclipse.osgi.services + + + + geminiweb + org.eclipse.gemini.web.core + + + geminiweb + org.eclipse.gemini.web.extender + + + geminiweb + org.eclipse.gemini.web.tomcat + + + geminiweb + org.eclipse.virgo.kernel.equinox.extensions + + + geminiweb + org.eclipse.virgo.util.common + + + geminiweb + org.eclipse.virgo.util.io + + + geminiweb + org.eclipse.virgo.util.math + + + geminiweb + org.eclipse.virgo.util.osgi + + + geminiweb + org.eclipse.virgo.util.osgi.manifest + + + geminiweb + org.eclipse.virgo.util.parser.manifest + + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-codec-http + + + io.netty + netty-common + - - - org.opendaylight.controller.samples - sample-toaster - ${mdsal.version} - - - org.opendaylight.controller.samples - sample-toaster-consumer - ${mdsal.version} - - - org.opendaylight.controller.samples - sample-toaster-provider - ${mdsal.version} - - - - org.opendaylight.yangtools - yang-binding - - - org.opendaylight.yangtools - binding-type-provider - ${yangtools.version} - - - org.opendaylight.yangtools - binding-generator-spi - ${yangtools.version} - - - org.opendaylight.yangtools - binding-generator-api - ${yangtools.version} - - - org.opendaylight.yangtools - binding-generator-impl - ${yangtools.version} - - - org.opendaylight.yangtools - binding-generator-util - ${yangtools.version} - - - org.opendaylight.yangtools - binding-model-api - ${yangtools.version} - - - commons-lang - commons-lang - 2.4 - + + + io.netty + netty-handler + + + io.netty + netty-transport + + + orbit + javax.activation + + + orbit + javax.annotation + + + orbit + javax.ejb + + + orbit + javax.el + + + orbit + javax.mail.glassfish + + + orbit + javax.servlet.jsp.jstl + + + orbit + javax.servlet.jsp.jstl.impl + + + orbit + javax.xml.rpc + + + orbit + org.apache.catalina + + + orbit + org.apache.catalina.ha + + + orbit + org.apache.catalina.tribes + + + orbit + org.apache.coyote + + + orbit + org.apache.el + + + orbit + org.apache.jasper + + + orbit + org.apache.juli.extras + + + orbit + org.apache.tomcat.api + + + orbit + org.apache.tomcat.util + + + org.aopalliance + com.springsource.org.aopalliance + + + org.apache.commons + commons-lang3 + + + org.apache.felix + org.apache.felix.dependencymanager + + + org.apache.felix + org.apache.felix.dependencymanager.shell + + + org.apache.felix + org.apache.felix.fileinstall + + + + org.apache.felix + org.apache.felix.webconsole + all + - - org.opendaylight.yangtools.thirdparty - antlr4-runtime-osgi-nohead - 4.0 - - - org.opendaylight.yangtools.thirdparty - xtend-lib-osgi - 2.4.3 - - - org.opendaylight.yangtools - yang-parser-api - ${yangtools.version} - - - org.opendaylight.yangtools - yang-model-util - - - org.opendaylight.yangtools - yang-parser-impl - ${yangtools.version} - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - yang-data-api - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-data-util - - - org.opendaylight.yangtools - yang-model-api - - - org.opendaylight.yangtools.model - yang-ext - - - org.opendaylight.controller.thirdparty - ganymed - - - org.opendaylight.controller.thirdparty - nagasena - - - org.opendaylight.controller.thirdparty - nagasena-rta - - - org.zeromq - jeromq - 0.3.1 - - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - ietf-yang-types - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - - - integrationtests - - false - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - org.opendaylight.controller - sanitytest - ${controller.version} - - - - - copy - package - - copy - - - - - - - org.opendaylight.controller - sanitytest - jar - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - sanity-test - package - - exec - - - - - ${java.home}/bin/java - - -cp - ./target/dependency/* - org.opendaylight.controller.distribution.Sanity - - - - ${java.home} - - - - - - - - - org.opendaylight.controller - sanitytest - - - - + + org.codehaus.jettison + jettison + + + org.eclipse.equinox.http + servlet + + + org.eclipse.persistence + org.eclipse.persistence.antlr + + + org.eclipse.persistence + org.eclipse.persistence.core + + + org.eclipse.persistence + org.eclipse.persistence.moxy + + + org.javassist + javassist + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec + + + org.jolokia + jolokia-osgi + + + org.opendaylight.controller + appauth + + + org.opendaylight.controller + arphandler + + + org.opendaylight.controller + bundlescanner + + + org.opendaylight.controller + bundlescanner.implementation + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + clustering.services-implementation + - - - org.opendaylight.controller - forwarding.staticrouting - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - clustering.services-implementation - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - configuration.implementation - - - org.opendaylight.controller - routing.dijkstra_implementation - - - org.opendaylight.controller - arphandler - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - hosttracker.implementation - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - containermanager.implementation - - - org.opendaylight.controller - appauth - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - switchmanager.implementation - - - org.opendaylight.controller - statisticsmanager - - - org.opendaylight.controller - statisticsmanager.implementation - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - usermanager.implementation - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - connectionmanager.implementation - - - org.opendaylight.controller - security - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - forwardingrulesmanager.implementation - + + + org.opendaylight.controller + clustering.test + + + org.opendaylight.controller + commons.httpclient + - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.implementation - + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + configuration.implementation + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + connectionmanager.implementation + + + org.opendaylight.controller + connectionmanager.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + containermanager.implementation + + + org.opendaylight.controller + containermanager.northbound + + + org.opendaylight.controller + controllermanager.northbound + + + org.opendaylight.controller + devices.web + + + org.opendaylight.controller + flowprogrammer.northbound + + + org.opendaylight.controller + flows.web + + + org.opendaylight.controller + forwarding.staticrouting + + + org.opendaylight.controller + forwarding.staticrouting.northbound + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + forwardingrulesmanager.implementation + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + hosttracker.implementation + + + org.opendaylight.controller + hosttracker.northbound + + + org.opendaylight.controller + httpservice-bridge + + + org.opendaylight.controller + jolokia-bridge + + - + + org.opendaylight.controller + logging.bridge + + + org.opendaylight.controller + networkconfig.bridgedomain.northbound + - - org.opendaylight.controller - sal.connection - - - org.opendaylight.controller - sal.connection.implementation - - - org.opendaylight.controller - sal.networkconfiguration - - - org.opendaylight.controller - sal.networkconfiguration.implementation - + + + org.opendaylight.controller + networkconfig.neutron + + + org.opendaylight.controller + networkconfig.neutron.implementation + + + org.opendaylight.controller + networkconfig.neutron.northbound + + + org.opendaylight.controller + osgi-brandfragment.web + - + + + org.opendaylight.controller + protocol_plugins.openflow + + + org.opendaylight.controller + routing.dijkstra_implementation + - - org.opendaylight.controller - web - - - org.opendaylight.controller - flows.web - - - org.opendaylight.controller - devices.web - - - org.opendaylight.controller - troubleshoot.web - - - org.opendaylight.controller - topology.web - - - org.opendaylight.controller - osgi-brandfragment.web - + + + org.opendaylight.controller + sal + - - - org.opendaylight.controller - networkconfig.neutron - - - org.opendaylight.controller - networkconfig.neutron.implementation - - - org.opendaylight.controller - networkconfig.neutron.northbound - + - - - org.opendaylight.controller - commons.northbound - - - org.opendaylight.controller - bundlescanner - - - org.opendaylight.controller - bundlescanner.implementation - - - org.opendaylight.controller - topology.northbound - - - org.opendaylight.controller - forwarding.staticrouting.northbound - - - org.opendaylight.controller - statistics.northbound - - - org.opendaylight.controller - flowprogrammer.northbound - - - org.opendaylight.controller - hosttracker.northbound - - - org.opendaylight.controller - subnets.northbound - - - org.opendaylight.controller - switchmanager.northbound - - - org.opendaylight.controller - containermanager.northbound - - - org.opendaylight.controller - networkconfig.bridgedomain.northbound - - - org.opendaylight.controller - httpservice-bridge - - - org.jolokia - jolokia-osgi - - - org.opendaylight.controller - jolokia-bridge - - - org.opendaylight.controller - connectionmanager.northbound - - - org.opendaylight.controller - usermanager.northbound - - - org.opendaylight.controller - controllermanager.northbound - - + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller + sal.connection.implementation + + + org.opendaylight.controller + sal.implementation + + + org.opendaylight.controller + sal.networkconfiguration + + + org.opendaylight.controller + sal.networkconfiguration.implementation + - - org.opendaylight.controller - logging.bridge - + + + org.opendaylight.controller + samples.loadbalancer + + + org.opendaylight.controller + samples.loadbalancer.northbound + + + org.opendaylight.controller + samples.simpleforwarding + + + org.opendaylight.controller + security + + + org.opendaylight.controller + statistics.northbound + + + org.opendaylight.controller + statisticsmanager + + + org.opendaylight.controller + statisticsmanager.implementation + + + org.opendaylight.controller + subnets.northbound + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + switchmanager.implementation + + + org.opendaylight.controller + switchmanager.northbound + + + org.opendaylight.controller + topology.northbound + + + org.opendaylight.controller + topology.web + + + org.opendaylight.controller + topologymanager + + + org.opendaylight.controller + troubleshoot.web + + + org.opendaylight.controller + usermanager + + + org.opendaylight.controller + usermanager.implementation + + + org.opendaylight.controller + usermanager.northbound + - - - org.opendaylight.controller - protocol_plugins.openflow - + - - - org.opendaylight.controller - samples.loadbalancer - - - org.opendaylight.controller - samples.loadbalancer.northbound - - - org.opendaylight.controller - samples.simpleforwarding - + + org.opendaylight.controller + web + + + org.opendaylight.controller.thirdparty + com.sun.jersey.jersey-servlet + - - - org.slf4j - jcl-over-slf4j - - - org.slf4j - slf4j-api - - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - + + + org.opendaylight.controller.thirdparty + net.sf.jung2 + + + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter + + + org.opendaylight.controller.thirdparty + org.openflow.openflowj + - - com.fasterxml.jackson.core - jackson-databind - + + org.ow2.asm + asm-all + + + + org.ow2.chameleon.management + chameleon-mbeans + - - com.fasterxml.jackson.core - jackson-annotations - + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + log4j-over-slf4j + + + org.slf4j + slf4j-api + + + org.springframework + org.springframework.aop + + + + org.springframework + org.springframework.asm + + + org.springframework + org.springframework.beans + + + org.springframework + org.springframework.context + + + org.springframework + org.springframework.context.support + + + org.springframework + org.springframework.core + + + org.springframework + org.springframework.expression + + + org.springframework + org.springframework.transaction + + + org.springframework + org.springframework.web + + + org.springframework + org.springframework.web.servlet + + + + org.springframework.security + spring-security-config + + + org.springframework.security + spring-security-core + + + org.springframework.security + spring-security-taglibs + + + org.springframework.security + spring-security-web + + + virgomirror + org.eclipse.jdt.core.compiler.batch + + + + + + + maven-assembly-plugin + 2.3 + + + distro-assembly + + single + + package + + + src/assemble/bin.xml + + ${project.artifactId} + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ + + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.2 + + false + false + VersionUnknown + + + + + create + + validate + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + + + + notduringrelease + + + !DOINGRELEASE + + + - com.fasterxml.jackson.core - jackson-core + ${project.groupId} + ietf-netconf-monitoring - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider + ${project.groupId} + ietf-netconf-monitoring-extension - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base + commons-lang + commons-lang + 2.4 - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations + org.apache.servicemix.bundles + org.apache.servicemix.bundles.xerces + 2.11.0_1 - - org.codehaus.jettison - jettison + org.bouncycastle + bcpkix-jdk15on - com.google.guava - guava + org.bouncycastle + bcprov-jdk15on - org.javassist - javassist + org.eclipse.birt.runtime.3_7_1 + org.apache.xml.resolver + 1.2.0 - commons-io - commons-io + org.opendaylight.controller + concepts + + - commons-codec - commons-codec + org.opendaylight.controller + config-api - commons-fileupload - commons-fileupload + org.opendaylight.controller + config-manager - commons-net - commons-net + org.opendaylight.controller + config-netconf-connector - equinoxSDK381 - javax.servlet + org.opendaylight.controller + config-persister-api - equinoxSDK381 - javax.servlet.jsp + org.opendaylight.controller + config-persister-directory-xml-adapter - equinoxSDK381 - org.eclipse.equinox.ds + org.opendaylight.controller + config-persister-file-xml-adapter - equinoxSDK381 - org.eclipse.equinox.util + org.opendaylight.controller + config-persister-impl - equinoxSDK381 - org.eclipse.osgi.services + org.opendaylight.controller + logback-config + + - equinoxSDK381 - org.eclipse.osgi + org.opendaylight.controller + netconf-api - equinoxSDK381 - org.apache.felix.gogo.command + org.opendaylight.controller + netconf-client - equinoxSDK381 - org.apache.felix.gogo.runtime + org.opendaylight.controller + netconf-impl - equinoxSDK381 - org.apache.felix.gogo.shell + org.opendaylight.controller + netconf-mapping-api - equinoxSDK381 - org.eclipse.equinox.cm + org.opendaylight.controller + netconf-monitoring - equinoxSDK381 - org.eclipse.equinox.console + org.opendaylight.controller + netconf-ssh - equinoxSDK381 - org.eclipse.equinox.launcher + org.opendaylight.controller + netconf-util - - geminiweb - org.eclipse.gemini.web.core + org.opendaylight.controller + netty-config-api - geminiweb - org.eclipse.gemini.web.extender + org.opendaylight.controller + netty-event-executor-config - geminiweb - org.eclipse.gemini.web.tomcat + org.opendaylight.controller + netty-threadgroup-config - geminiweb - org.eclipse.virgo.kernel.equinox.extensions + org.opendaylight.controller + netty-timer-config - geminiweb - org.eclipse.virgo.util.common + org.opendaylight.controller + protocol-framework + + - geminiweb - org.eclipse.virgo.util.io + org.opendaylight.controller + remoterpc-routingtable.implementation + ${mdsal.version} - geminiweb - org.eclipse.virgo.util.math + org.opendaylight.controller + sal-binding-api - geminiweb - org.eclipse.virgo.util.osgi + org.opendaylight.controller + sal-binding-broker-impl - geminiweb - org.eclipse.virgo.util.osgi.manifest + org.opendaylight.controller + sal-binding-config - geminiweb - org.eclipse.virgo.util.parser.manifest + org.opendaylight.controller + sal-binding-util - org.apache.felix - org.apache.felix.dependencymanager + org.opendaylight.controller + sal-broker-impl + - org.apache.felix - org.apache.felix.dependencymanager.shell + org.opendaylight.controller + sal-common - com.google.code.gson - gson + org.opendaylight.controller + sal-common-api - org.jboss.spec.javax.transaction - jboss-transaction-api_1.1_spec + org.opendaylight.controller + sal-common-impl - org.apache.felix - org.apache.felix.fileinstall + org.opendaylight.controller + sal-common-util - org.apache.commons - commons-lang3 + org.opendaylight.controller + sal-compatibility - virgomirror - org.eclipse.jdt.core.compiler.batch + org.opendaylight.controller + sal-connector-api - eclipselink - javax.persistence + org.opendaylight.controller + sal-core-api - orbit - javax.activation + org.opendaylight.controller + sal-core-spi - orbit - javax.annotation + org.opendaylight.controller + sal-netconf-connector - orbit - javax.ejb + org.opendaylight.controller + sal-remote - orbit - javax.el + org.opendaylight.controller + sal-remoterpc-connector - orbit - javax.mail.glassfish + org.opendaylight.controller + sal-rest-connector - orbit - javax.xml.rpc + org.opendaylight.controller + sal-restconf-broker + - orbit - org.apache.catalina + org.opendaylight.controller + shutdown-api - orbit - org.apache.catalina.ha + org.opendaylight.controller + shutdown-impl + + - orbit - org.apache.catalina.tribes + org.opendaylight.controller + threadpool-config-api - orbit - org.apache.coyote + org.opendaylight.controller + threadpool-config-impl - orbit - org.apache.el + org.opendaylight.controller + yang-jmx-generator - orbit - org.apache.jasper + org.opendaylight.controller.md + forwardingrules-manager - orbit - org.apache.juli.extras + org.opendaylight.controller.md + inventory-manager - orbit - org.apache.tomcat.api + org.opendaylight.controller.md + statistics-manager - orbit - org.apache.tomcat.util + org.opendaylight.controller.md + topology-lldp-discovery - orbit - javax.servlet.jsp.jstl + org.opendaylight.controller.md + topology-manager - orbit - javax.servlet.jsp.jstl.impl + org.opendaylight.controller.model + model-flow-base - eclipselink - javax.resource + org.opendaylight.controller.model + model-flow-management - - org.springframework - org.springframework.asm + org.opendaylight.controller.model + model-flow-service - org.springframework - org.springframework.aop + org.opendaylight.controller.model + model-flow-statistics - org.springframework - org.springframework.context + org.opendaylight.controller.model + model-inventory - org.springframework - org.springframework.context.support + org.opendaylight.controller.model + model-topology + 1.1-SNAPSHOT + + - org.springframework - org.springframework.core + org.opendaylight.controller.samples + sample-toaster + ${mdsal.version} - org.springframework - org.springframework.beans + org.opendaylight.controller.samples + sample-toaster-consumer + ${mdsal.version} - org.springframework - org.springframework.expression + org.opendaylight.controller.samples + sample-toaster-provider + ${mdsal.version} - org.springframework - org.springframework.web + org.opendaylight.controller.thirdparty + ganymed - org.aopalliance - com.springsource.org.aopalliance + org.opendaylight.controller.thirdparty + nagasena - org.springframework - org.springframework.web.servlet + org.opendaylight.controller.thirdparty + nagasena-rta - - org.springframework.security - spring-security-config + org.opendaylight.yangtools + binding-generator-api + ${yangtools.version} - org.springframework.security - spring-security-core + org.opendaylight.yangtools + binding-generator-impl + ${yangtools.version} - org.springframework.security - spring-security-web + org.opendaylight.yangtools + binding-generator-spi + ${yangtools.version} - org.springframework.security - spring-security-taglibs + org.opendaylight.yangtools + binding-generator-util + ${yangtools.version} - org.springframework - org.springframework.transaction + org.opendaylight.yangtools + binding-model-api + ${yangtools.version} - - org.ow2.chameleon.management - chameleon-mbeans + org.opendaylight.yangtools + binding-type-provider + ${yangtools.version} - - com.sun.jersey - jersey-core + org.opendaylight.yangtools + concepts - com.sun.jersey - jersey-server + org.opendaylight.yangtools + restconf-client-api - com.sun.jersey - jersey-client + org.opendaylight.yangtools + restconf-client-impl - + - org.ow2.asm - asm-all + org.opendaylight.yangtools + yang-binding - org.eclipse.persistence - org.eclipse.persistence.moxy + org.opendaylight.yangtools + yang-common - org.eclipse.persistence - org.eclipse.persistence.core + org.opendaylight.yangtools + yang-data-api - org.eclipse.persistence - org.eclipse.persistence.antlr + org.opendaylight.yangtools + yang-data-impl - - org.eclipse.equinox.http - servlet + org.opendaylight.yangtools + yang-data-util - - org.apache.felix - org.apache.felix.webconsole - all + org.opendaylight.yangtools + yang-model-api - - - org.opendaylight.controller.thirdparty - net.sf.jung2 + org.opendaylight.yangtools + yang-model-util - org.opendaylight.controller.thirdparty - org.openflow.openflowj + org.opendaylight.yangtools + yang-parser-api + ${yangtools.version} - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet + org.opendaylight.yangtools + yang-parser-impl + ${yangtools.version} + - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter + org.opendaylight.yangtools.model + ietf-inet-types - - - io.netty - netty-handler + org.opendaylight.yangtools.model + ietf-topology - io.netty - netty-codec + org.opendaylight.yangtools.model + ietf-yang-types - io.netty - netty-buffer + org.opendaylight.yangtools.model + opendaylight-l2-types - io.netty - netty-transport + org.opendaylight.yangtools.model + yang-ext + - io.netty - netty-common + org.opendaylight.yangtools.thirdparty + antlr4-runtime-osgi-nohead + 4.0 - io.netty - netty-codec-http + org.opendaylight.yangtools.thirdparty + xtend-lib-osgi + 2.4.3 - - - org.opendaylight.controller - clustering.test + org.zeromq + jeromq + 0.3.1 + + + + integrationtests + + false + + - org.opendaylight.controller - commons.httpclient + org.opendaylight.controller + sanitytest - - - + + - - org.codehaus.mojo - buildnumber-maven-plugin - 1.2 - - - validate - - create - - - - - false - false - VersionUnknown - - - - maven-assembly-plugin - 2.3 - - - distro-assembly - package - - single - - - - src/assemble/bin.xml - - ${project.artifactId} - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ - - + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + + org.opendaylight.controller + sanitytest + jar + + + + + + org.opendaylight.controller + sanitytest + ${controller.version} + + + + + copy + + copy + + package + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${java.home}/bin/java + + -cp + ./target/dependency/* + org.opendaylight.controller.distribution.Sanity + + + ${java.home} + + + + + sanity-test + + exec + + package + + + - + + + diff --git a/opendaylight/distribution/sanitytest/pom.xml b/opendaylight/distribution/sanitytest/pom.xml index a8d083ea6b..893776c567 100644 --- a/opendaylight/distribution/sanitytest/pom.xml +++ b/opendaylight/distribution/sanitytest/pom.xml @@ -7,12 +7,6 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sanitytest 0.4.2-SNAPSHOT @@ -33,26 +27,26 @@ true - - org.opendaylight.controller.sanitytest - - - javax.xml.bind.annotation, + org.opendaylight.controller.sanitytest + javax.xml.bind.annotation, org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, org.osgi.framework, org.eclipse.osgi.baseadaptor, org.eclipse.osgi.framework.adaptor, - org.osgi.framework.wiring - - - org.opendaylight.controller.sanitytest.internal.Activator - + org.osgi.framework.wiring + org.opendaylight.controller.sanitytest.internal.Activator ${project.basedir}/META-INF + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/forwarding/staticrouting/pom.xml b/opendaylight/forwarding/staticrouting/pom.xml index 2d6fc2ad6c..6a73a21e73 100644 --- a/opendaylight/forwarding/staticrouting/pom.xml +++ b/opendaylight/forwarding/staticrouting/pom.xml @@ -1,34 +1,49 @@ - 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../../commons/opendaylight - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../commons/opendaylight + - forwarding.staticrouting - 0.5.2-SNAPSHOT - bundle + forwarding.staticrouting + 0.5.2-SNAPSHOT + bundle + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - - org.opendaylight.controller.sal.packet.address, + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.opendaylight.controller.sal.packet.address, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, org.opendaylight.controller.configuration, @@ -40,40 +55,19 @@ org.eclipse.osgi.framework.console, org.osgi.framework, org.slf4j, - org.apache.felix.dm - - - org.opendaylight.controller.forwarding.staticrouting - - - org.opendaylight.controller.forwarding.staticrouting.internal.Activator - - - ${project.basedir}/META-INF - - - - - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - configuration - - - junit - junit - - - org.opendaylight.controller - sal - - + org.apache.felix.dm + org.opendaylight.controller.forwarding.staticrouting + org.opendaylight.controller.forwarding.staticrouting.internal.Activator + + ${project.basedir}/META-INF + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/forwardingrulesmanager/api/pom.xml b/opendaylight/forwardingrulesmanager/api/pom.xml index 304a3151de..82f5f9b9e9 100644 --- a/opendaylight/forwardingrulesmanager/api/pom.xml +++ b/opendaylight/forwardingrulesmanager/api/pom.xml @@ -7,16 +7,28 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - forwardingrulesmanager 0.6.0-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + @@ -27,13 +39,9 @@ true - - - - org.opendaylight.controller.forwardingrulesmanager - - - org.opendaylight.controller.configuration, + + org.opendaylight.controller.forwardingrulesmanager + org.opendaylight.controller.configuration, org.opendaylight.controller.switchmanager, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.core, @@ -48,35 +56,19 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.hosttracker - - - + org.osgi.framework + org.opendaylight.controller.hosttracker + ${project.basedir}/META-INF - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index f7bbdc14aa..a5a15f685c 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -7,16 +7,48 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - forwardingrulesmanager.implementation 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + org.apache.felix.gogo.runtime + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller + switchmanager + + @@ -27,13 +59,9 @@ true - - - - org.opendaylight.controller.forwardingrulesmanager.implementation.data - - - org.opendaylight.controller.clustering.services, + + org.opendaylight.controller.forwardingrulesmanager.implementation.data + org.opendaylight.controller.clustering.services, org.opendaylight.controller.configuration, org.opendaylight.controller.containermanager, org.opendaylight.controller.switchmanager, @@ -52,58 +80,20 @@ org.apache.felix.service.command, org.osgi.service.component, org.slf4j, - org.osgi.framework - - - org.opendaylight.controller.forwardingrulesmanager.internal.Activator - - - org.opendaylight.controller.hosttracker - - - + org.osgi.framework + org.opendaylight.controller.forwardingrulesmanager.internal.Activator + org.opendaylight.controller.hosttracker + ${project.basedir}/META-INF - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - - org.opendaylight.controller - forwardingrulesmanager - - - equinoxSDK381 - org.apache.felix.gogo.runtime - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - containermanager - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 93c30a0320..ff0bfcc1ef 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -7,100 +7,111 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - forwardingrulesmanager.integrationtest 0.4.2-SNAPSHOT + + ../implementation/target/jacoco-it.exec + + ../implementation/target/jacoco.exec + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + junit + junit + org.opendaylight.controller - hosttracker + clustering.services org.opendaylight.controller - hosttracker.implementation + clustering.stub org.opendaylight.controller - connectionmanager + configuration org.opendaylight.controller - connectionmanager.implementation + configuration.implementation org.opendaylight.controller - configuration + connectionmanager org.opendaylight.controller - sal.connection + connectionmanager.implementation org.opendaylight.controller - sal.connection.implementation + containermanager org.opendaylight.controller - configuration.implementation + containermanager.it.implementation org.opendaylight.controller - clustering.services + forwardingrulesmanager org.opendaylight.controller - clustering.stub + forwardingrulesmanager.implementation org.opendaylight.controller - switchmanager + hosttracker org.opendaylight.controller - switchmanager.implementation + hosttracker.implementation org.opendaylight.controller - sal + protocol_plugins.stub org.opendaylight.controller - sal.implementation + sal org.opendaylight.controller - forwardingrulesmanager + sal.connection org.opendaylight.controller - forwardingrulesmanager.implementation + sal.connection.implementation org.opendaylight.controller - containermanager + sal.implementation org.opendaylight.controller - containermanager.it.implementation + switchmanager org.opendaylight.controller - protocol_plugins.stub + switchmanager.implementation org.opendaylight.controller topologymanager - junit - junit + org.slf4j + log4j-over-slf4j @@ -123,24 +134,7 @@ pax-url-aether test - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - - ../implementation/target/jacoco.exec - ../implementation/target/jacoco-it.exec - @@ -148,7 +142,9 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -167,4 +163,10 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/hosttracker/api/pom.xml b/opendaylight/hosttracker/api/pom.xml index f4dfe6a099..d8f31ca65a 100644 --- a/opendaylight/hosttracker/api/pom.xml +++ b/opendaylight/hosttracker/api/pom.xml @@ -1,37 +1,38 @@ - 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../../commons/opendaylight - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - hosttracker - 0.5.2-SNAPSHOT - bundle + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../commons/opendaylight + + hosttracker + 0.5.2-SNAPSHOT + bundle + + + junit + junit + + + org.opendaylight.controller + sal + + - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - - org.opendaylight.controller.hosttracker, - org.opendaylight.controller.hosttracker.hostAware - - - org.opendaylight.controller.sal.core, + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.opendaylight.controller.hosttracker, + org.opendaylight.controller.hosttracker.hostAware + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet.address, javax.xml.bind.annotation, @@ -40,23 +41,17 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - ${project.basedir}/META-INF - - - - - - - org.opendaylight.controller - sal - - - junit - junit - - + org.osgi.framework + + ${project.basedir}/META-INF + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + - diff --git a/opendaylight/hosttracker/implementation/pom.xml b/opendaylight/hosttracker/implementation/pom.xml index bb6576bbf0..9da62bdfe7 100644 --- a/opendaylight/hosttracker/implementation/pom.xml +++ b/opendaylight/hosttracker/implementation/pom.xml @@ -10,12 +10,6 @@ hosttracker.implementation 0.5.2-SNAPSHOT bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - @@ -23,6 +17,32 @@ target/jacoco.exec target/jacoco-it.exec + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + @@ -42,10 +62,8 @@ true - - - - org.opendaylight.controller.sal.core, + + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.topology, org.opendaylight.controller.hosttracker, @@ -61,13 +79,9 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.hosttracker.internal.Activator - - - + org.osgi.framework + org.opendaylight.controller.hosttracker.internal.Activator + ${project.basedir}/META-INF @@ -76,7 +90,9 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -87,39 +103,19 @@ post-test - test report + test - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - hosttracker - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index b6123228cc..65fc23265a 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -7,40 +7,47 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - hosttracker.integrationtest 0.5.2-SNAPSHOT + + ../implementaiton/target/jacoco-it.exec + + ../implementation/target/jacoco.exec + - org.opendaylight.controller - hosttracker + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + junit + junit org.opendaylight.controller - hosttracker.implementation + arphandler org.opendaylight.controller - sal + clustering.services org.opendaylight.controller - sal.implementation + clustering.stub org.opendaylight.controller - sal.connection + configuration org.opendaylight.controller - sal.connection.implementation + configuration.implementation org.opendaylight.controller @@ -60,39 +67,43 @@ org.opendaylight.controller - arphandler + hosttracker org.opendaylight.controller - clustering.services + hosttracker.implementation org.opendaylight.controller - clustering.stub + sal org.opendaylight.controller - switchmanager + sal.connection org.opendaylight.controller - switchmanager.implementation + sal.connection.implementation org.opendaylight.controller - configuration + sal.implementation org.opendaylight.controller - configuration.implementation + switchmanager + + + org.opendaylight.controller + switchmanager.implementation org.opendaylight.controller topologymanager - junit - junit + org.slf4j + log4j-over-slf4j @@ -115,24 +126,7 @@ pax-url-aether test - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - - ../implementation/target/jacoco.exec - ../implementaiton/target/jacoco-it.exec - @@ -141,7 +135,9 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -160,4 +156,10 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/hosttracker_new/api/pom.xml b/opendaylight/hosttracker_new/api/pom.xml index b475efbf7a..1dec4e5574 100644 --- a/opendaylight/hosttracker_new/api/pom.xml +++ b/opendaylight/hosttracker_new/api/pom.xml @@ -10,12 +10,28 @@ hosttracker_new 0.4.2-SNAPSHOT bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + @@ -26,12 +42,9 @@ true - - org.opendaylight.controller.hosttracker, - org.opendaylight.controller.hosttracker.hostAware - - - org.opendaylight.controller.sal.core, + org.opendaylight.controller.hosttracker, + org.opendaylight.controller.hosttracker.hostAware + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.topologymanager, org.opendaylight.controller.sal.packet.address, @@ -44,34 +57,17 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - + org.osgi.framework ${project.basedir}/META-INF - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/hosttracker_new/implementation/pom.xml b/opendaylight/hosttracker_new/implementation/pom.xml index 2add5f5714..aaaf3abacf 100644 --- a/opendaylight/hosttracker_new/implementation/pom.xml +++ b/opendaylight/hosttracker_new/implementation/pom.xml @@ -10,19 +10,43 @@ hosttracker_new.implementation 0.4.2-SNAPSHOT bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - reuseReports - target/jacoco.exec target/jacoco-it.exec + target/jacoco.exec + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + commons.logback_settings + + + org.opendaylight.controller + hosttracker_new + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + @@ -42,10 +66,8 @@ true - - - - org.opendaylight.controller.sal.core, + + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.topology, org.opendaylight.controller.sal.packet, @@ -62,13 +84,9 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.hosttracker.internal.Activator - - - + org.osgi.framework + org.opendaylight.controller.hosttracker.internal.Activator + ${project.basedir}/META-INF @@ -77,7 +95,9 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -88,43 +108,19 @@ post-test - test report + test - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - hosttracker_new - - - junit - junit - - - org.opendaylight.controller - commons.logback_settings - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/logging/bridge/pom.xml b/opendaylight/logging/bridge/pom.xml index 3ceb5b1812..26fd11c5ef 100644 --- a/opendaylight/logging/bridge/pom.xml +++ b/opendaylight/logging/bridge/pom.xml @@ -1,71 +1,66 @@ - - 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../../commons/opendaylight - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../commons/opendaylight + - logging.bridge - 0.4.2-SNAPSHOT - bundle + logging.bridge + 0.4.2-SNAPSHOT + bundle - - - org.slf4j - slf4j-api - - - equinoxSDK381 - org.eclipse.osgi - - - junit - junit - test - - - org.opendaylight.yangtools - mockito-configuration - test - - - ch.qos.logback - logback-classic - test - - + + + equinoxSDK381 + org.eclipse.osgi + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + org.opendaylight.yangtools + mockito-configuration + test + + - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - - org.slf4j, + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.slf4j, org.osgi.framework, - org.osgi.service.log - - - org.opendaylight.controller.logging.bridge.internal.Activator - - - ${project.basedir}/META-INF - - - - + org.osgi.service.log + org.opendaylight.controller.logging.bridge.internal.Activator + + ${project.basedir}/META-INF + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/md-sal/compatibility/flow-management-compatibility/pom.xml b/opendaylight/md-sal/compatibility/flow-management-compatibility/pom.xml index f3fd230d5b..93ce0dd4f7 100644 --- a/opendaylight/md-sal/compatibility/flow-management-compatibility/pom.xml +++ b/opendaylight/md-sal/compatibility/flow-management-compatibility/pom.xml @@ -1,54 +1,46 @@ + 4.0.0 - org.opendaylight.controller + org.opendaylight.controller compatibility-parent 1.1-SNAPSHOT flow-management-compatibility bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - - - org.apache.felix - maven-bundle-plugin - true - - - Forwarding Rules Manager Adapter for MD-SAL - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + org.opendaylight.controller - sal-common-util + forwardingrulesmanager org.opendaylight.controller sal-binding-api - org.slf4j - slf4j-api + org.opendaylight.controller + sal-common-util - com.google.guava - guava + org.opendaylight.controller + sal-compatibility + + + org.opendaylight.controller.model + model-flow-management + + + org.slf4j + slf4j-api junit @@ -60,22 +52,31 @@ mockito-all test - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller.model - model-flow-management - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - sal-compatibility - + + + + + org.apache.felix + maven-bundle-plugin + true + + + Forwarding Rules Manager Adapter for MD-SAL + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/compatibility/inventory-topology-compatibility/pom.xml b/opendaylight/md-sal/compatibility/inventory-topology-compatibility/pom.xml index aef489ec83..18fb785dd1 100644 --- a/opendaylight/md-sal/compatibility/inventory-topology-compatibility/pom.xml +++ b/opendaylight/md-sal/compatibility/inventory-topology-compatibility/pom.xml @@ -1,98 +1,99 @@ + - 4.0.0 - - org.opendaylight.controller - compatibility-parent - 1.1-SNAPSHOT - - inventory-topology-compatibility - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + compatibility-parent + 1.1-SNAPSHOT + + inventory-topology-compatibility + bundle - - - - org.apache.felix - maven-bundle-plugin - true - - - Forwarding Rules Manager Adapter - for MD-SAL - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-compatibility + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + + org.opendaylight.controller.model + model-flow-management + + + org.opendaylight.controller.model + model-topology + 1.1-SNAPSHOT + + + org.slf4j + slf4j-api + + + junit + junit + test + + + org.mockito + mockito-all + test + + - - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - topologymanager - - - org.slf4j - slf4j-api - - - com.google.guava - guava - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller.model - model-flow-management - - - org.opendaylight.controller - sal-binding-util - - - org.opendaylight.controller.model - model-topology - 1.1-SNAPSHOT - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - sal-compatibility - - + + + + org.apache.felix + maven-bundle-plugin + true + + + Forwarding Rules Manager Adapter + for MD-SAL + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/compatibility/pom.xml b/opendaylight/md-sal/compatibility/pom.xml index 63ecfeb2ec..3ed1edf7d6 100644 --- a/opendaylight/md-sal/compatibility/pom.xml +++ b/opendaylight/md-sal/compatibility/pom.xml @@ -1,97 +1,99 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - compatibility-parent - pom - MD-SAL to AD-SAL Adaptation Parent - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - sal-compatibility - inventory-topology-compatibility - flow-management-compatibility - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + compatibility-parent + pom + MD-SAL to AD-SAL Adaptation Parent - - - org.opendaylight.controller - sal - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-binding-api - - - com.google.guava - guava - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - junit - junit - test - - + + sal-compatibility + inventory-topology-compatibility + flow-management-compatibility + - - - - org.eclipse.xtend - xtend-maven-plugin - - - org.apache.felix - maven-bundle-plugin - - - ${project.name} - org.opendaylight.controller.sal.compability.ComponentActivator - - - - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - - - + + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller.model + model-flow-service + + + junit + junit + test + + + + + + org.apache.felix + maven-bundle-plugin + + + ${project.name} + org.opendaylight.controller.sal.compability.ComponentActivator + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml b/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml index a37d3e5a6d..a145a3b4e1 100644 --- a/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml +++ b/opendaylight/md-sal/compatibility/sal-compatibility/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,15 +7,18 @@ 1.1-SNAPSHOT sal-compatibility + bundle MD-SAL to AD-SAL Adaptation - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + sal-binding-util + org.opendaylight.controller.model model-flow-statistics @@ -24,23 +28,10 @@ model-topology 1.1-SNAPSHOT - - org.opendaylight.controller - sal-binding-util - - - org.opendaylight.controller - clustering.services - - bundle - - org.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -52,28 +43,40 @@ - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - + org.eclipse.xtend + xtend-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/forwardingrules-manager/pom.xml b/opendaylight/md-sal/forwardingrules-manager/pom.xml index 68eaa96871..919a53c364 100644 --- a/opendaylight/md-sal/forwardingrules-manager/pom.xml +++ b/opendaylight/md-sal/forwardingrules-manager/pom.xml @@ -1,48 +1,19 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - org.opendaylight.controller.md - forwardingrules-manager - bundle - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.frm.FRMActivator - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + org.opendaylight.controller.md + forwardingrules-manager + bundle - junit junit - - - org.opendaylight.controller - sal-binding-api org.opendaylight.controller @@ -50,13 +21,17 @@ 1.1-SNAPSHOT - org.opendaylight.controller.model - model-flow-service + org.opendaylight.controller + sal-binding-api org.opendaylight.controller.model model-flow-management + + org.opendaylight.controller.model + model-flow-service + org.opendaylight.yangtools yang-common @@ -67,4 +42,29 @@ provided + + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.frm.FRMActivator + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/inventory-manager/pom.xml b/opendaylight/md-sal/inventory-manager/pom.xml index 31621deeea..40a79033a7 100644 --- a/opendaylight/md-sal/inventory-manager/pom.xml +++ b/opendaylight/md-sal/inventory-manager/pom.xml @@ -1,64 +1,65 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - org.opendaylight.controller.md - inventory-manager - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + org.opendaylight.controller.md + inventory-manager + bundle - - - com.google.guava - guava - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.model - model-inventory - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.osgi - org.osgi.core - provided - - + + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-inventory + + + org.osgi + org.osgi.core + provided + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.md.inventory.manager.InventoryActivator - org.opendaylight.controller.md.inventory.manager - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.md.inventory.manager.InventoryActivator + org.opendaylight.controller.md.inventory.manager + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/model-flow-base/pom.xml b/opendaylight/md-sal/model/model-flow-base/pom.xml index d7d678d89a..eb8d6a8ddb 100644 --- a/opendaylight/md-sal/model/model-flow-base/pom.xml +++ b/opendaylight/md-sal/model/model-flow-base/pom.xml @@ -1,30 +1,31 @@ + - - model-parent - org.opendaylight.controller.model - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + + org.opendaylight.controller.model + model-parent + 1.1-SNAPSHOT + + model-flow-base + bundle - 4.0.0 - model-flow-base - - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - ${project.groupId} - model-inventory - ${project.version} - - - bundle + + + ${project.groupId} + model-inventory + ${project.version} + + + org.opendaylight.yangtools.model + opendaylight-l2-types + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/model-flow-management/pom.xml b/opendaylight/md-sal/model/model-flow-management/pom.xml index 39f5060a32..64f115816d 100644 --- a/opendaylight/md-sal/model/model-flow-management/pom.xml +++ b/opendaylight/md-sal/model/model-flow-management/pom.xml @@ -1,35 +1,36 @@ + - - model-parent - org.opendaylight.controller.model - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 - 4.0.0 - model-flow-management + + org.opendaylight.controller.model + model-parent + 1.1-SNAPSHOT + + model-flow-management + bundle - - - ${project.groupId} - model-flow-base - ${project.version} - - - ${project.groupId} - model-inventory - ${project.version} - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - bundle + + + ${project.groupId} + model-flow-base + ${project.version} + + + ${project.groupId} + model-inventory + ${project.version} + + + org.opendaylight.yangtools.model + opendaylight-l2-types + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/model-flow-service/pom.xml b/opendaylight/md-sal/model/model-flow-service/pom.xml index 5604ea98cf..0842bb4505 100644 --- a/opendaylight/md-sal/model/model-flow-service/pom.xml +++ b/opendaylight/md-sal/model/model-flow-service/pom.xml @@ -1,35 +1,36 @@ + - - model-parent - org.opendaylight.controller.model - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 - 4.0.0 - model-flow-service + + org.opendaylight.controller.model + model-parent + 1.1-SNAPSHOT + + model-flow-service + bundle - - - ${project.groupId} - model-flow-base - ${project.version} - - - ${project.groupId} - model-inventory - ${project.version} - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - bundle + + + ${project.groupId} + model-flow-base + ${project.version} + + + ${project.groupId} + model-inventory + ${project.version} + + + org.opendaylight.yangtools.model + opendaylight-l2-types + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/model-flow-statistics/pom.xml b/opendaylight/md-sal/model/model-flow-statistics/pom.xml index 54f232234b..cd26e32781 100644 --- a/opendaylight/md-sal/model/model-flow-statistics/pom.xml +++ b/opendaylight/md-sal/model/model-flow-statistics/pom.xml @@ -1,35 +1,36 @@ + - - model-parent - org.opendaylight.controller.model - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 - 4.0.0 - model-flow-statistics + + org.opendaylight.controller.model + model-parent + 1.1-SNAPSHOT + + model-flow-statistics + bundle - - - ${project.groupId} - model-inventory - ${project.version} - - - ${project.groupId} - model-flow-service - ${project.version} - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - bundle + + + ${project.groupId} + model-flow-service + ${project.version} + + + ${project.groupId} + model-inventory + ${project.version} + + + org.opendaylight.yangtools.model + opendaylight-l2-types + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/model-inventory/pom.xml b/opendaylight/md-sal/model/model-inventory/pom.xml index 91400c261a..c2f4f70c40 100644 --- a/opendaylight/md-sal/model/model-inventory/pom.xml +++ b/opendaylight/md-sal/model/model-inventory/pom.xml @@ -1,18 +1,19 @@ + - - model-parent - org.opendaylight.controller.model - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 - 4.0.0 - model-inventory - bundle + + org.opendaylight.controller.model + model-parent + 1.1-SNAPSHOT + + model-inventory + bundle + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/model-topology/pom.xml b/opendaylight/md-sal/model/model-topology/pom.xml index 8e9f623efc..e87e4f180d 100644 --- a/opendaylight/md-sal/model/model-topology/pom.xml +++ b/opendaylight/md-sal/model/model-topology/pom.xml @@ -1,29 +1,30 @@ + - - model-parent - org.opendaylight.controller.model - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + + org.opendaylight.controller.model + model-parent + 1.1-SNAPSHOT + + model-topology + bundle - 4.0.0 - model-topology - bundle - - - - org.opendaylight.controller.model - model-inventory - - - org.opendaylight.yangtools.model - ietf-topology - - + + + org.opendaylight.controller.model + model-inventory + + + org.opendaylight.yangtools.model + ietf-topology + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index a2a526426e..12b5f76625 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -1,120 +1,117 @@ + - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 - 4.0.0 - org.opendaylight.controller.model - model-parent - pom + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + org.opendaylight.controller.model + model-parent + pom - - UTF-8 - 2.4.0 - + + model-inventory + model-flow-base + model-flow-service + model-flow-statistics + model-flow-management + model-topology + - - model-inventory - model-flow-base - model-flow-service - model-flow-statistics - model-flow-management - model-topology - + + 2.4.0 + UTF-8 + - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - org.opendaylight.yangtools.yang.binding.annotations, * - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - org.opendaylight.yangtools.yang.wadl.generator.maven.WadlGenerator - target/site/models - - - true - - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - org.opendaylight.yangtools - yang-binding - ${yangtools.version} - jar - - - - - + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-yang-types + + + org.opendaylight.yangtools.model + yang-ext + + - - + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.yangtools.yang.binding.annotations, * + + + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.yangtools - yang-binding - - + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - ietf-yang-types - - - org.opendaylight.yangtools.model - yang-ext - - + yang-binding + ${yangtools.version} + jar + + + + + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + org.opendaylight.yangtools.yang.wadl.generator.maven.WadlGenerator + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 43ea9f1621..56a41a73c5 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -1,312 +1,308 @@ + - 4.0.0 + 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../commons/opendaylight - - - sal-parent - 1.1-SNAPSHOT - pom - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - - sal-common - sal-common-api - sal-common-impl - sal-common-util + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../commons/opendaylight + - - sal-dom-api - sal-dom-broker - sal-dom-spi + sal-parent + 1.1-SNAPSHOT + pom - - sal-binding-api - sal-binding-config - sal-binding-broker + + + sal-common + sal-common-api + sal-common-impl + sal-common-util - sal-binding-util + + sal-dom-api + sal-dom-broker + sal-dom-spi + + sal-binding-api + sal-binding-config + sal-binding-broker - - samples + sal-binding-util - - model - sal-remote - sal-restconf-broker + + samples + + model + sal-remote + sal-restconf-broker - - sal-connector-api - sal-rest-connector - sal-netconf-connector + + sal-connector-api + sal-rest-connector + sal-netconf-connector + inventory-manager + statistics-manager + topology-manager + forwardingrules-manager + topology-lldp-discovery - inventory-manager - statistics-manager - topology-manager - forwardingrules-manager - topology-lldp-discovery + + compatibility - - compatibility - - - remoterpc-routingtable/implementation - sal-remoterpc-connector/implementation - + remoterpc-routingtable/implementation + sal-remoterpc-connector/implementation + - - - - - - integrationtests - - false - - - sal-binding-it - sal-binding-dom-it - - - - - - - - - - UTF-8 + - - 2.4.0 - 2.5 + - - 1.9.5 + + 2.4.0 + 3.0.0 + 2.5 + + 1.9.5 + UTF-8 + 0.8.1-SNAPSHOT + ${user.name}-private-view + reuseReports + https://sonar.opendaylight.org/ + target/jacoco.exec + target/jacoco-it.exec - - jacoco - reuseReports - target/jacoco.exec - target/jacoco-it.exec - https://sonar.opendaylight.org/ - ${user.name}-private-view - java - 3.0.0 - 0.8.1-SNAPSHOT - + + jacoco + java + - - - - xml-apis - xml-apis - 1.4.01 - + + - - - ${project.groupId} - sal-connector-api - ${project.version} - - - org.opendaylight.controller - sal-binding-api - ${project.version} - - - org.opendaylight.controller - sal - ${sal.version} - - - org.osgi - org.osgi.compendium - - - - - org.opendaylight.controller - sal-remote - ${project.version} - - - org.opendaylight.controller - sal-binding-util - ${project.version} - + + + ${project.groupId} + sal-connector-api + ${project.version} + + + org.opendaylight.controller + sal + ${sal.version} + + + org.osgi + org.osgi.compendium + + + + + org.opendaylight.controller + sal-binding-api + ${project.version} + + + org.opendaylight.controller + sal-binding-util + ${project.version} + + + org.opendaylight.controller + sal-remote + ${project.version} + + + org.opendaylight.yangtools + binding-generator-impl + ${yangtools.version} + + + org.opendaylight.yangtools + yang-parser-impl + ${yangtools.version} + - - - org.slf4j - slf4j-api - ${slf4j.version} - + + org.osgi + org.osgi.core + ${osgi.core.version} + - - org.osgi - org.osgi.core - ${osgi.core.version} - - - org.opendaylight.yangtools - binding-generator-impl - ${yangtools.version} - - - org.opendaylight.yangtools - yang-parser-impl - ${yangtools.version} - - - - org.mockito - mockito-all - ${mockito.version} - test - - - - - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - + + org.slf4j + slf4j-api + ${slf4j.version} + + + xml-apis + xml-apis + 1.4.01 + + + + org.mockito + mockito-all + ${mockito.version} + test + + + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + - - - ${project.groupId}.${project.artifactId} - - ${project.basedir}/META-INF - - - - org.eclipse.xtend - xtend-maven-plugin - ${xtend.version} - - + + + ${project.groupId}.${project.artifactId} + + ${project.basedir}/META-INF + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0,) + + generate-sources + + + + + + + + + net.alchim31.maven + scala-maven-plugin + [0,) + + compile + testCompile + + + + + + + + org.jacoco jacoco-maven-plugin - ${jacoco.version} - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.opendaylight.yangtools - yang-maven-plugin - [0,) - - generate-sources - - - - - - - - - net.alchim31.maven - scala-maven-plugin - [0,) - - compile - testCompile - - - - - - - - - org.jacoco - jacoco-maven-plugin - [0,) - - prepare-agent - - - - - - - - - - - + [0,) + + prepare-agent + + + + + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtend.version} + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + + + + org.apache.felix + maven-bundle-plugin + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + + none + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.4.0 + + Max + Low + site + + + + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-2 + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + - - - - org.apache.felix - maven-bundle-plugin - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - - none - - - - - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.4.0 - - Max - Low - site - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 - - - + + + integrationtests + + false + + + sal-binding-it + sal-binding-dom-it + + + + + + + diff --git a/opendaylight/md-sal/remoterpc-routingtable/implementation/pom.xml b/opendaylight/md-sal/remoterpc-routingtable/implementation/pom.xml index ccff37c41d..8cab0b546c 100644 --- a/opendaylight/md-sal/remoterpc-routingtable/implementation/pom.xml +++ b/opendaylight/md-sal/remoterpc-routingtable/implementation/pom.xml @@ -1,38 +1,69 @@ - - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - ../.. - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + ../.. + - remoterpc-routingtable.implementation - bundle + remoterpc-routingtable.implementation + bundle + - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - - org.opendaylight.controller.sal.connector.remoterpc.api, - org.opendaylight.controller.sal.connector.remoterpc.impl - - - javax.xml.bind.annotation, + + com.google.guava + guava + + + + org.opendaylight.controller + clustering.services + ${clustering.services.version} + + + + org.opendaylight.controller + sal + + + org.osgi + org.osgi.compendium + + + + + org.opendaylight.controller + sal-connector-api + ${project.version} + + + + junit + junit + test + + + org.mockito + mockito-all + test + + + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.opendaylight.controller.sal.connector.remoterpc.api, + org.opendaylight.controller.sal.connector.remoterpc.impl + javax.xml.bind.annotation, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, @@ -49,59 +80,18 @@ org.osgi.framework, javax.transaction, com.google.common.base, - com.google.common.collect - - - org.opendaylight.controller.sal.connector.remoterpc.impl.Activator - - - ${project.basedir}/META-INF - - - - - - - - com.google.guava - guava - - - - org.opendaylight.controller - sal - - - org.osgi - org.osgi.compendium - - - - - org.opendaylight.controller - sal-connector-api - ${project.version} - - - - org.opendaylight.controller - clustering.services - ${clustering.services.version} - - - - - junit - junit - test - - - org.mockito - mockito-all - test - - - - - + com.google.common.collect + org.opendaylight.controller.sal.connector.remoterpc.impl.Activator + + ${project.basedir}/META-INF + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/md-sal/sal-binding-api/pom.xml b/opendaylight/md-sal/sal-binding-api/pom.xml index 00129b9841..7f45fb458b 100644 --- a/opendaylight/md-sal/sal-binding-api/pom.xml +++ b/opendaylight/md-sal/sal-binding-api/pom.xml @@ -1,44 +1,45 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-binding-api - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-api + bundle - - - org.opendaylight.yangtools - concepts - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - yang-binding - - - org.opendaylight.controller - sal-common-api - - - com.google.guava - guava - - - org.osgi - org.osgi.core - provided - - + + + com.google.guava + guava + + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.osgi + org.osgi.core + provided + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index b9bb5a5159..c8cf091c2a 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,253 +1,244 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-binding-broker-impl - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-broker-impl + bundle + + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.javassist + javassist + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller + sal-broker-impl + compile + + + org.opendaylight.controller + sal-common-impl + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.controller.model + model-flow-base + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-flow-statistics + + + org.opendaylight.yangtools + binding-generator-impl + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.reflections + reflections + 0.9.9-RC1 + compile + + + org.slf4j + slf4j-api + + + org.osgi + org.osgi.core + provided + + + junit + junit + test + + + org.mockito + mockito-all + test + + + org.opendaylight.yangtools + yang-parser-impl + test + + + org.opendaylight.yangtools.model + ietf-topology-l3-unicast-igp + test + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - + + - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - org.opendaylight.controller.sal.binding.spi.*, - - - org.opendaylight.controller.config.yang.md.sal.binding.impl, + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.controller.sal.binding.spi.*, + + org.opendaylight.controller.config.yang.md.sal.binding.impl, org.opendaylight.controller.sal.binding.impl, org.opendaylight.controller.sal.binding.impl.*, org.opendaylight.controller.sal.binding.codegen, org.opendaylight.controller.sal.binding.codegen.*, org.opendaylight.controller.md.sal.binding.impl, - - org.opendaylight.controller.sal.binding.osgi.*, + + org.opendaylight.controller.sal.binding.osgi.*, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.binding.impl.rev131028 - - - - - - org.eclipse.xtend - xtend-maven-plugin - - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - + + + + - - + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-common-impl - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-binding-util - - - org.slf4j - slf4j-api - - - org.osgi - org.osgi.core - provided - - - com.google.guava - guava - - - org.reflections - reflections - 0.9.9-RC1 - compile - - - org.javassist - javassist - - - org.opendaylight.yangtools - binding-generator-impl - - + yang-jmx-generator-plugin + ${config.version} + + org.opendaylight.yangtools - yang-parser-impl - test - - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.controller - sal-broker-impl - compile - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller - sal-binding-config - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-model-util - - - org.slf4j - slf4j-simple - ${slf4j.version} - test - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - ietf-topology-l3-unicast-igp - test - - - org.opendaylight.controller.model - model-flow-base - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.model - model-flow-statistics - - + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index f75995dc22..9902638313 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -1,89 +1,82 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-binding-config - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-config + bundle - - - - org.apache.felix - maven-bundle-plugin - true - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + sal-binding-api + + - - - org.opendaylight.controller - config-api - - + + + + org.apache.felix + maven-bundle-plugin + true + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.controller - sal-binding-api - - + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-binding-dom-it/pom.xml b/opendaylight/md-sal/sal-binding-dom-it/pom.xml index 892a51aeea..5c9d38ff26 100644 --- a/opendaylight/md-sal/sal-binding-dom-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-dom-it/pom.xml @@ -1,86 +1,89 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-binding-dom-it - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - - org.eclipse.xtend - xtend-maven-plugin - - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - - - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-dom-it + bundle - - - org.ops4j.pax.exam - pax-exam-container-native - test - - - org.opendaylight.controller - sal-binding-broker-impl - test - - - org.opendaylight.controller - sal-binding-broker-impl - test-jar - test - - - org.opendaylight.controller.model - model-flow-service - test - - - org.opendaylight.controller.model - model-flow-management - test - - - junit - junit - + + + junit + junit + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + test + + + org.opendaylight.controller.model + model-flow-management + test + + + org.opendaylight.controller.model + model-flow-service + test + + + org.ops4j.pax.exam + pax-exam-container-native + test + - - org.slf4j - slf4j-simple - test - 1.7.2 - - + + org.slf4j + slf4j-simple + 1.7.2 + test + + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index 3a40f9d6bb..0d20a07ad5 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -1,257 +1,253 @@ + - 4.0.0 - - sal-parent - org.opendaylight.controller - 1.1-SNAPSHOT - - sal-binding-it - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - 3.0.0 - 1.5.0 - - ../sal-binding-broker/target/jacoco.exec - ../sal-binding-broker/target/jacoco-it.exec - - - - - - org.ops4j.pax.exam - maven-paxexam-plugin - 1.2.4 - - - generate-config - - generate-depends-file - - - - - - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - false - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.ops4j.pax.exam - - - maven-paxexam-plugin - - - [1.2.4,) - - - - generate-depends-file - - - - - - - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - ../sal-binding-broker/target/jacoco-it.exec - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - - true - - - - - - - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-it + + 3.0.0 + ../sal-binding-broker/target/jacoco-it.exec + + ../sal-binding-broker/target/jacoco.exec + 1.5.0 + - - - - + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + equinoxSDK381 + org.eclipse.osgi + + + org.eclipse.persistence + org.eclipse.persistence.core + + + org.eclipse.persistence + org.eclipse.persistence.moxy + + + org.mockito + mockito-all + + + org.opendaylight.controller + config-manager + + + org.opendaylight.controller + config-netconf-connector + + + org.opendaylight.controller + config-persister-file-xml-adapter + + + org.opendaylight.controller + config-persister-impl + + + org.opendaylight.controller + logback-config + + + org.opendaylight.controller + netconf-client + + + org.opendaylight.controller + netconf-impl + + + org.opendaylight.controller + netconf-monitoring + + + org.opendaylight.controller + sal-binding-broker-impl + + + org.opendaylight.controller.thirdparty + nagasena + + + org.opendaylight.controller.thirdparty + nagasena-rta + + + org.opendaylight.yangtools.thirdparty + antlr4-runtime-osgi-nohead + 4.0 + + + + - - - org.opendaylight.yangtools.thirdparty - xtend-lib-osgi - 2.4.3 - - - org.opendaylight.controller - sal-binding-broker-impl - - - org.ops4j.pax.exam - pax-exam-container-native - compile - - - org.ops4j.pax.exam - pax-exam-junit4 - compile - - - org.opendaylight.controller - config-netconf-connector - - - org.opendaylight.controller - logback-config - - - org.opendaylight.controller - config-persister-impl - - - org.opendaylight.controller - config-persister-file-xml-adapter - - - org.eclipse.persistence - org.eclipse.persistence.moxy - - - org.eclipse.persistence - org.eclipse.persistence.core - - - org.opendaylight.controller - netconf-impl - - - org.opendaylight.controller - netconf-monitoring - - - org.opendaylight.controller - netconf-client - - - org.ops4j.pax.exam - pax-exam - ${exam.version} - + + org.opendaylight.yangtools.thirdparty + xtend-lib-osgi + 2.4.3 + + + org.ops4j.pax.exam + pax-exam + ${exam.version} + - compile - - - org.ops4j.pax.exam - pax-exam-link-mvn - compile - - - equinoxSDK381 - org.eclipse.osgi - - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - org.mockito - mockito-all - - - org.opendaylight.controller.model - model-flow-service - provided - - - org.opendaylight.controller - config-manager - - - org.opendaylight.controller.model - model-flow-management - provided - - - org.opendaylight.yangtools.thirdparty - antlr4-runtime-osgi-nohead - 4.0 - - - org.opendaylight.controller.thirdparty - nagasena - - - org.opendaylight.controller.thirdparty - nagasena-rta - - + compile + + + org.ops4j.pax.exam + pax-exam-container-native + compile + + + org.ops4j.pax.exam + pax-exam-junit4 + compile + + + org.ops4j.pax.exam + pax-exam-link-mvn + compile + + + org.slf4j + log4j-over-slf4j + + + org.opendaylight.controller.model + model-flow-management + provided + + + org.opendaylight.controller.model + model-flow-service + provided + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + [1.2.4,) + + generate-depends-file + + + + + + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + ../sal-binding-broker/target/jacoco-it.exec + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + true + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.14.1 + + false + + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + 1.2.4 + + + generate-config + + generate-depends-file + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-binding-util/pom.xml b/opendaylight/md-sal/sal-binding-util/pom.xml index 4842d8cf28..229c54f557 100644 --- a/opendaylight/md-sal/sal-binding-util/pom.xml +++ b/opendaylight/md-sal/sal-binding-util/pom.xml @@ -1,27 +1,28 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-binding-util - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-util + bundle - - - com.google.guava - guava - - - org.opendaylight.controller - sal-binding-api - - + + + com.google.guava + guava + + + org.opendaylight.controller + sal-binding-api + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-common-api/pom.xml b/opendaylight/md-sal/sal-common-api/pom.xml index 8798897a1d..3449c5488e 100644 --- a/opendaylight/md-sal/sal-common-api/pom.xml +++ b/opendaylight/md-sal/sal-common-api/pom.xml @@ -1,34 +1,34 @@ - - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - + + + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + - sal-common-api - bundle + sal-common-api + bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + + + com.google.guava + guava + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.yangtools + yang-common + + - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - concepts - - - com.google.guava - guava - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-common-impl/pom.xml b/opendaylight/md-sal/sal-common-impl/pom.xml index 03b7020a1c..9fd9bc8042 100644 --- a/opendaylight/md-sal/sal-common-impl/pom.xml +++ b/opendaylight/md-sal/sal-common-impl/pom.xml @@ -1,75 +1,74 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-common-impl - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-common-impl + bundle - - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.controller - sal-common-util - - - com.google.guava - guava - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-model-api - - - junit - junit - test - - - org.mockito - mockito-all - test - - + + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-api + + + junit + junit + test + + + org.mockito + mockito-all + test + + - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.md.sal.common.impl, - org.opendaylight.controller.md.sal.common.impl.* - - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.md.sal.common.impl, + org.opendaylight.controller.md.sal.common.impl.* + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index d3514ecc69..9108f8603b 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,22 +7,10 @@ 1.1-SNAPSHOT sal-common-util - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + + bundle - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - concepts - com.google.guava guava @@ -30,8 +19,20 @@ org.opendaylight.controller sal-common-api - - + + org.opendaylight.yangtools + concepts + + + org.opendaylight.yangtools + yang-common + - bundle + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-common/pom.xml b/opendaylight/md-sal/sal-common/pom.xml index cb7f70a16b..f200b5551f 100644 --- a/opendaylight/md-sal/sal-common/pom.xml +++ b/opendaylight/md-sal/sal-common/pom.xml @@ -1,20 +1,20 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-common - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-common - - + bundle - bundle + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-connector-api/pom.xml b/opendaylight/md-sal/sal-connector-api/pom.xml index 14733bc6b5..4e7d82dad3 100644 --- a/opendaylight/md-sal/sal-connector-api/pom.xml +++ b/opendaylight/md-sal/sal-connector-api/pom.xml @@ -1,36 +1,37 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-connector-api - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-connector-api - - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.yangtools - yang-data-api - - - org.opendaylight.yangtools - yang-model-api - - - org.opendaylight.yangtools - yang-binding - - + bundle - bundle + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-data-api + + + org.opendaylight.yangtools + yang-model-api + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index 181fc5c0c5..21107a9990 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -1,111 +1,100 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-core-api - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - - org.apache.felix - maven-bundle-plugin - true - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - - - - org.opendaylight.controller - sal-common - - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-core-api + bundle + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + sal-common + + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.yangtools + yang-data-api + + + org.opendaylight.yangtools + yang-model-api + + + org.osgi + org.osgi.core + + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.controller - config-api - - + yang-jmx-generator-plugin + ${config.version} + + org.opendaylight.yangtools - yang-data-api - - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.yangtools - yang-model-api - - - org.osgi - org.osgi.core - - - bundle + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index 360988fbb2..1cc31744f5 100644 --- a/opendaylight/md-sal/sal-dom-broker/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker/pom.xml @@ -1,142 +1,80 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-broker-impl - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-broker-impl + bundle - + - junit - junit + com.google.guava + guava - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-common-impl - - - org.opendaylight.controller - sal-core-spi - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - ${slf4j.version} - test - - - com.google.guava - guava - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller - config-api - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-parser-impl - - + + junit + junit + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + sal-common-impl + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.controller + sal-core-spi + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-parser-impl + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - org.opendaylight.controller.sal.dom.broker.osgi.SchemaServiceActivator - - org.opendaylight.controller.sal.dom.broker.spi - - - org.opendaylight.controller.sal.dom.broker, + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.controller.sal.dom.broker.osgi.SchemaServiceActivator + org.opendaylight.controller.sal.dom.broker.spi + org.opendaylight.controller.sal.dom.broker, org.opendaylight.controller.sal.dom.broker.impl, org.opendaylight.controller.sal.dom.broker.impl.*, org.opendaylight.controller.sal.dom.broker.osgi, @@ -148,18 +86,66 @@ org.opendaylight.controller.md.sal.dom.store.impl, org.opendaylight.controller.md.sal.dom.store.impl.*, org.opendaylight.yangtools.yang.util, - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.dom.impl.rev131028.* - - - * - - - - - - org.eclipse.xtend - xtend-maven-plugin - - - + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.dom.impl.rev131028.* + * + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + org.opendaylight.yangtools + yang-maven-plugin + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-dom-spi/pom.xml b/opendaylight/md-sal/sal-dom-spi/pom.xml index e007ee7429..660a67923f 100644 --- a/opendaylight/md-sal/sal-dom-spi/pom.xml +++ b/opendaylight/md-sal/sal-dom-spi/pom.xml @@ -1,23 +1,24 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-core-spi - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-core-spi + bundle - - - org.opendaylight.controller - sal-core-api - - - bundle + + + org.opendaylight.controller + sal-core-api + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index ae819b0f78..98bd1e8316 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -1,244 +1,235 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + - sal-netconf-connector - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + sal-netconf-connector - - - ${project.groupId} - sal-connector-api - - - ${project.groupId} - sal-common-util - 1.1-SNAPSHOT - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.opendaylight.controller - netty-threadgroup-config - - - org.opendaylight.controller - netconf-client - ${netconf.version} - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-parser-impl - - - org.opendaylight.controller - sal-broker-impl - test - jar - - - junit - junit - test - - - ${project.groupId} - yang-test - ${netconf.version} - test - - - ${project.groupId} - config-api - ${netconf.version} - provided - - - ${project.groupId} - config-util - ${netconf.version} - test - - - ${project.groupId} - netconf-client - ${netconf.version} - - - ${project.groupId} - config-netconf-connector - test - ${netconf.version} - - - ${project.groupId} - config-manager - test - ${netconf.version} - - - ${project.groupId} - config-persister-impl - test - ${netconf.version} - - - ${project.groupId} - config-manager - test - test-jar - ${netconf.version} - - - ${project.groupId} - netconf-impl - test - ${netconf.version} - - - ${project.groupId} - netconf-mapping-api - test - ${netconf.version} - - - ${project.groupId} - netconf-util - test - test-jar - ${netconf.version} - - - org.opendaylight.controller - logback-config - test - - - org.mockito - mockito-all - test - - - org.slf4j - slf4j-api - - - org.opendaylight.controller - sal-binding-broker-impl - test - - - org.opendaylight.controller - sal-binding-broker-impl - test-jar - test - - - org.opendaylight.controller - ietf-netconf-monitoring - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.controller - threadpool-config-api - - - org.opendaylight.controller - netty-config-api - - + bundle - bundle + + + ${project.groupId} + netconf-client + ${netconf.version} + + + ${project.groupId} + sal-common-util + 1.1-SNAPSHOT + + + ${project.groupId} + sal-connector-api + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + ietf-netconf-monitoring + + + org.opendaylight.controller + netconf-client + ${netconf.version} + + + org.opendaylight.controller + netty-config-api + + + org.opendaylight.controller + netty-threadgroup-config + + + org.opendaylight.controller + threadpool-config-api + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-parser-impl + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.slf4j + slf4j-api + + + ${project.groupId} + config-api + ${netconf.version} + provided + + + ${project.groupId} + config-manager + ${netconf.version} + test + + + ${project.groupId} + config-manager + ${netconf.version} + test-jar + test + + + ${project.groupId} + config-netconf-connector + ${netconf.version} + test + + + ${project.groupId} + config-persister-impl + ${netconf.version} + test + + + ${project.groupId} + config-util + ${netconf.version} + test + + + ${project.groupId} + netconf-impl + ${netconf.version} + test + + + ${project.groupId} + netconf-mapping-api + ${netconf.version} + test + + + ${project.groupId} + netconf-util + ${netconf.version} + test-jar + test + + + ${project.groupId} + yang-test + ${netconf.version} + test + + + junit + junit + test + + + org.mockito + mockito-all + test + + + org.opendaylight.controller + logback-config + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + test + + + org.opendaylight.controller + sal-broker-impl + jar + test + + - - - - org.apache.felix - maven-bundle-plugin - - - - * - - - - + + + + org.apache.felix + maven-bundle-plugin + + + * + + + - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - + + org.eclipse.xtend + xtend-maven-plugin + - - org.eclipse.xtend - xtend-maven-plugin - - - + + org.opendaylight.yangtools + yang-maven-plugin + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-remote/pom.xml b/opendaylight/md-sal/sal-remote/pom.xml index 0c06b4490d..31f1f02693 100644 --- a/opendaylight/md-sal/sal-remote/pom.xml +++ b/opendaylight/md-sal/sal-remote/pom.xml @@ -1,69 +1,66 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-remote - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-remote + bundle + + + org.opendaylight.controller + sal-binding-api + + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.opendaylight.yangtools + yang-maven-plugin + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + sal-remote + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - org.opendaylight.controller - sal-binding-api - - - - - - org.apache.felix - maven-bundle-plugin - true - - - org.opendaylight.yangtools - yang-maven-plugin - - - sal-remote - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml index 0c817d26f6..02a19c156a 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml @@ -1,28 +1,26 @@ - - 4.0.0 - - org.opendaylight.controller - sal-parent - ../.. - 1.1-SNAPSHOT - + + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + ../.. + - sal-remoterpc-connector - bundle + sal-remoterpc-connector + bundle - 0.3.1 1.0.1 0.2.4-SNAPSHOT + 0.3.1 - ${project.groupId} - sal-core-api + sal-common-util ${project.version} @@ -30,11 +28,40 @@ sal-connector-api ${project.version} + ${project.groupId} - sal-common-util + sal-core-api ${project.version} + + com.fasterxml.jackson.core + jackson-annotations + + + + com.fasterxml.jackson.core + jackson-core + + + + com.fasterxml.jackson.core + jackson-databind + + + com.google.guava + guava + + + + + junit + junit + + + org.mockito + mockito-all + org.opendaylight.controller remoterpc-routingtable.implementation @@ -67,36 +94,13 @@ org.osgi.core - org.zeromq - jeromq - ${zeromq.version} - - - com.google.guava - guava - - - org.slf4j + org.slf4j slf4j-api - ch.qos.logback - logback-classic - test - - - com.fasterxml.jackson.core - jackson-annotations - - - - com.fasterxml.jackson.core - jackson-core - - - - com.fasterxml.jackson.core - jackson-databind + org.zeromq + jeromq + ${zeromq.version} @@ -104,104 +108,83 @@ stax-api ${stax.version} - - - - junit - junit - - org.mockito - mockito-all + ch.qos.logback + logback-classic + test - - - - - org.apache.felix - maven-bundle-plugin - true - - - - *, - !org.codehaus.enunciate.jaxrs - - - org.opendaylight.controller.config.yang.md.sal.remote.rpc, + + + + org.apache.felix + maven-bundle-plugin + true + + + *, + !org.codehaus.enunciate.jaxrs + org.opendaylight.controller.config.yang.md.sal.remote.rpc, org.opendaylight.controller.sal.connector.remoterpc.util, org.opendaylight.controller.sal.connector.remoterpc.dto, org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcClient, org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcServer, - org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcProvider - - ${project.groupId}.${project.artifactId} - - - - + org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcProvider + ${project.groupId}.${project.artifactId} + + + - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - - target/site/models - + + org.opendaylight.yangtools + yang-maven-plugin + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${yang.jmx.plugin} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${yang.jmx.plugin} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index 4aa3824e61..d6ec2fd74d 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,36 +7,33 @@ 1.1-SNAPSHOT sal-rest-connector - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + bundle + + ${project.groupId} + sal-connector-api + ${project.groupId} sal-core-api 1.1-SNAPSHOT - ${project.groupId} - sal-connector-api + com.google.code.gson + gson - org.eclipse.xtend - org.eclipse.xtend.lib + io.netty + netty-codec-http - org.slf4j - slf4j-api + org.eclipse.xtend + org.eclipse.xtend.lib - org.jboss.resteasy - jaxrs-api - 3.0.4.Final - provided + org.opendaylight.controller + sal-remote org.opendaylight.yangtools @@ -45,37 +43,30 @@ org.opendaylight.yangtools yang-model-util - - com.google.code.gson - gson - org.opendaylight.yangtools yang-parser-impl - io.netty - netty-codec-http + org.slf4j + slf4j-api - org.opendaylight.controller - sal-remote - - - - - junit - junit - test + org.jboss.resteasy + jaxrs-api + 3.0.4.Final + provided - org.mockito - mockito-all + ch.qos.logback + logback-classic test + + - ch.qos.logback - logback-classic + junit + junit test @@ -84,14 +75,15 @@ 2.4 test + + org.mockito + mockito-all + test + - - org.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -99,23 +91,28 @@ MD SAL Restconf Connector - - org.opendaylight.controller.sal.rest.*, + org.opendaylight.controller.sal.rest.*, org.opendaylight.controller.sal.restconf.impl, org.eclipse.xtend2.lib, org.eclipse.xtend.lib, - org.eclipse.xtext.xbase.*, - - - *, - com.sun.jersey.spi.container.servlet - + org.eclipse.xtext.xbase.*, + *, + com.sun.jersey.spi.container.servlet org.opendaylight.controller.sal.rest.impl.RestconfProvider /restconf + + org.eclipse.xtend + xtend-maven-plugin + - bundle + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/sal-restconf-broker/pom.xml b/opendaylight/md-sal/sal-restconf-broker/pom.xml index c086db7ba4..9e64c3aed6 100644 --- a/opendaylight/md-sal/sal-restconf-broker/pom.xml +++ b/opendaylight/md-sal/sal-restconf-broker/pom.xml @@ -1,71 +1,70 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - sal-restconf-broker - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-restconf-broker + bundle + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller + sal-broker-impl + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.controller + sal-remote + + + org.opendaylight.yangtools + restconf-client-api + + + org.opendaylight.yangtools + restconf-client-impl + + + org.slf4j + slf4j-api + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + * + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-binding-util - - - org.opendaylight.controller - sal-remote - - - org.opendaylight.controller - sal-broker-impl - - - org.opendaylight.controller - sal-binding-config - - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.yangtools - restconf-client-api - - - org.opendaylight.yangtools - restconf-client-impl - - - org.slf4j - slf4j-api - - - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - * - - - - - - diff --git a/opendaylight/md-sal/samples/l2switch/implementation/pom.xml b/opendaylight/md-sal/samples/l2switch/implementation/pom.xml index c095eee6bc..aba8599d6e 100644 --- a/opendaylight/md-sal/samples/l2switch/implementation/pom.xml +++ b/opendaylight/md-sal/samples/l2switch/implementation/pom.xml @@ -1,65 +1,64 @@ - + 4.0.0 - sal-samples org.opendaylight.controller.samples + sal-samples 1.1-SNAPSHOT ../.. org.opendaylight.controller.samples.l2switch.md l2switch-impl bundle - - - - - org.apache.felix - maven-bundle-plugin - true - - - - org.opendaylight.controller.sample.l2switch.md.L2SwitchProvider - - ${project.build.directory}/META-INF - - - - - junit - junit - ${junit.version} - test + org.opendaylight.controller + sal + - org.opendaylight.controller.samples.l2switch.md - l2switch-model - ${project.version} + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller.model + model-flow-service org.opendaylight.controller.model model-inventory - - org.opendaylight.controller - sal-binding-api + org.opendaylight.controller.model + model-topology + 1.1-SNAPSHOT + + + org.opendaylight.controller.samples.l2switch.md + l2switch-model + ${project.version} + + + org.opendaylight.controller.thirdparty + net.sf.jung2 org.opendaylight.yangtools - yang-common + yang-binding ${yangtools.version} org.opendaylight.yangtools - yang-binding + yang-common ${yangtools.version} + + junit + junit + ${junit.version} + test + junit junit @@ -71,22 +70,22 @@ ${mockito.version} test - - org.opendaylight.controller - sal - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - - - org.opendaylight.controller.model - model-topology - 1.1-SNAPSHOT - + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.controller.sample.l2switch.md.L2SwitchProvider + + ${project.build.directory}/META-INF + + + + diff --git a/opendaylight/md-sal/samples/l2switch/model/pom.xml b/opendaylight/md-sal/samples/l2switch/model/pom.xml index 7c54309fa1..0ccc74d952 100644 --- a/opendaylight/md-sal/samples/l2switch/model/pom.xml +++ b/opendaylight/md-sal/samples/l2switch/model/pom.xml @@ -1,8 +1,9 @@ + 4.0.0 - sal-samples org.opendaylight.controller.samples + sal-samples 1.1-SNAPSHOT ../.. @@ -10,88 +11,84 @@ l2switch-model bundle + + + org.opendaylight.controller.model + model-inventory + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.yangtools.model + ietf-yang-types + + + - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - org.opendaylight.yangtools.yang.binding.annotations, * - ${project.basedir}/META-INF - - - - + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.yangtools.yang.binding.annotations, * + ${project.basedir}/META-INF + + + + org.opendaylight.yangtools yang-maven-plugin ${yangtools.version} - - - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - org.opendaylight.yangtools.yang.wadl.generator.maven.WadlGenerator - target/site/models - - - true - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - org.opendaylight.yangtools - yang-binding - ${yangtools.version} - jar - + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + org.opendaylight.yangtools + yang-binding + ${yangtools.version} + jar + - - - - - - - - org.opendaylight.yangtools - yang-binding - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools.model - ietf-yang-types - - - org.opendaylight.controller.model - model-inventory - - + + + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + org.opendaylight.yangtools.yang.wadl.generator.maven.WadlGenerator + target/site/models + + + true + + + + + + + diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 9f9d9d35c7..c601647a2e 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -1,38 +1,38 @@ - 4.0.0 - - sal-parent - 1.1-SNAPSHOT - org.opendaylight.controller - - pom - sal-samples - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + + org.opendaylight.controller.samples + sal-samples + pom - - toaster - toaster-consumer - toaster-provider + + toaster + toaster-consumer + toaster-provider l2switch + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + - - - integrationtests - - false - - - toaster-it - - - - - org.opendaylight.controller.samples - \ No newline at end of file + + + integrationtests + + false + + + toaster-it + + + + diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index 0c16a92586..3ed4064290 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -1,107 +1,98 @@ + - 4.0.0 - - sal-samples - org.opendaylight.controller.samples - 1.1-SNAPSHOT - - sample-toaster-consumer - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - - - 1.1-SNAPSHOT - + 4.0.0 + + org.opendaylight.controller.samples + sal-samples + 1.1-SNAPSHOT + + sample-toaster-consumer + bundle - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.sample.toaster.provider.api, - org.opendaylight.controller.config.yang.toaster-consumer, - - * - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - config - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - - + + 1.1-SNAPSHOT + - - + + + ${project.groupId} + sample-toaster + ${project.version} + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + - - - ${project.groupId} - sample-toaster - ${project.version} - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - config-api - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.sample.toaster.provider.api, + org.opendaylight.controller.config.yang.toaster-consumer, + * + + + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.controller - sal-binding-config - - + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index 8ca098c3d9..60db8f9ba6 100644 --- a/opendaylight/md-sal/samples/toaster-it/pom.xml +++ b/opendaylight/md-sal/samples/toaster-it/pom.xml @@ -1,94 +1,93 @@ - - 4.0.0 - - sal-samples - org.opendaylight.controller.samples - 1.1-SNAPSHOT - - sample-toaster-it - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - + + + 4.0.0 + + org.opendaylight.controller.samples + sal-samples + 1.1-SNAPSHOT + + sample-toaster-it + - - - - org.ops4j.pax.exam - maven-paxexam-plugin - 1.2.4 - - - generate-config - - generate-depends-file - - - - - - + + junit + junit + + + org.opendaylight.controller + sal-binding-it + 1.1-SNAPSHOT + + + org.opendaylight.controller.samples + sample-toaster + 1.1-SNAPSHOT + + + org.opendaylight.controller.samples + sample-toaster-consumer + 1.1-SNAPSHOT + - - - org.opendaylight.controller - sal-binding-it - 1.1-SNAPSHOT - - - org.opendaylight.controller.samples - sample-toaster-consumer - 1.1-SNAPSHOT - + + org.opendaylight.controller.samples + sample-toaster-provider + 1.1-SNAPSHOT + + + org.opendaylight.controller.thirdparty + nagasena + + + org.opendaylight.controller.thirdparty + nagasena-rta + + + org.ops4j.pax.exam + pax-exam-junit4 + ${exam.version} + + + equinoxSDK381 + org.eclipse.osgi + 3.8.1.v20120830-144521 + test + + + org.ops4j.pax.exam + pax-exam-container-native + ${exam.version} + test + + + org.ops4j.pax.exam + pax-exam-link-mvn + ${exam.version} + test + + - - org.opendaylight.controller.samples - sample-toaster-provider - 1.1-SNAPSHOT - - - org.opendaylight.controller.samples - sample-toaster - 1.1-SNAPSHOT - - - - junit - junit - - - org.ops4j.pax.exam - pax-exam-junit4 - ${exam.version} - - - org.ops4j.pax.exam - pax-exam-link-mvn - ${exam.version} - test - - - org.ops4j.pax.exam - pax-exam-container-native - ${exam.version} - test - - - equinoxSDK381 - org.eclipse.osgi - 3.8.1.v20120830-144521 - test - - - org.opendaylight.controller.thirdparty - nagasena - - - org.opendaylight.controller.thirdparty - nagasena-rta - - + + + + org.ops4j.pax.exam + maven-paxexam-plugin + 1.2.4 + + + generate-config + + generate-depends-file + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index 11ee47b8c7..b15ac6dccd 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -1,110 +1,100 @@ + - 4.0.0 - - sal-samples - org.opendaylight.controller.samples - 1.1-SNAPSHOT - - sample-toaster-provider - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - - + 4.0.0 + + org.opendaylight.controller.samples + sal-samples + 1.1-SNAPSHOT + + sample-toaster-provider + bundle - - 1.1-SNAPSHOT - + + 1.1-SNAPSHOT + - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.config.yang.toaster_provider, - - * - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - config - - generate-sources - - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - - ${jmxGeneratorPath} - - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - true - - - - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - - - - + + + ${project.groupId} + sample-toaster + ${project.version} + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-common-util + + - - - ${project.groupId} - sample-toaster - ${project.version} - - - org.opendaylight.controller - sal-binding-api - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.config.yang.toaster_provider, + * + + + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-binding-config - - - org.opendaylight.controller - config-api - - + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index eb13e64adc..4222daae13 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -1,102 +1,91 @@ + - 4.0.0 - - sal-samples - org.opendaylight.controller.samples - 1.1-SNAPSHOT - - sample-toaster - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller.samples + sal-samples + 1.1-SNAPSHOT + + sample-toaster + bundle + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-common + + - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - true - - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - jar - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.opendaylight.yangtools - - - yang-maven-plugin - - - [0.5,) - - - - generate-sources - - - - - - - - - - - - - - - - - org.opendaylight.yangtools - yang-binding - - + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0.5,) + + generate-sources + + + + + + + + + + + + + + + org.opendaylight.yangtools + yang-maven-plugin + + org.opendaylight.yangtools - yang-common - - + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/statistics-manager/pom.xml b/opendaylight/md-sal/statistics-manager/pom.xml index 9ace8a119f..399d53b67f 100644 --- a/opendaylight/md-sal/statistics-manager/pom.xml +++ b/opendaylight/md-sal/statistics-manager/pom.xml @@ -1,71 +1,72 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - org.opendaylight.controller.md - statistics-manager - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + org.opendaylight.controller.md + statistics-manager + bundle + + + + com.google.guava + guava + - - - com.google.guava - guava - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller.model - model-flow-statistics - - - org.opendaylight.controller.model - model-flow-base - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - org.osgi - org.osgi.core - provided - - - - junit - junit - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - test - - + + junit + junit + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller.model + model-flow-base + + + org.opendaylight.controller.model + model-flow-statistics + + + org.osgi + org.osgi.core + provided + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + test + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.md.statistics.manager.StatisticsManagerActivator - org.opendaylight.controller.md.statistics.manager - - - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.md.statistics.manager.StatisticsManagerActivator + org.opendaylight.controller.md.statistics.manager + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/md-sal/topology-lldp-discovery/pom.xml b/opendaylight/md-sal/topology-lldp-discovery/pom.xml index 627934eb67..50d85b7861 100644 --- a/opendaylight/md-sal/topology-lldp-discovery/pom.xml +++ b/opendaylight/md-sal/topology-lldp-discovery/pom.xml @@ -1,98 +1,100 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - ../ - - org.opendaylight.controller.md - topology-lldp-discovery - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - - - 14.0.1 - 2.4.3 - 2.4.0 - 2.5 - - - - com.google.guava - guava - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.model - model-flow-base - - - org.opendaylight.controller.model - model-flow-management - - - org.opendaylight.controller.model - model-inventory - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - equinoxSDK381 - org.eclipse.osgi - - - commons-lang - commons-lang - 2.4 - - - com.google.guava - guava - - - commons-codec - commons-codec - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + ../ + + org.opendaylight.controller.md + topology-lldp-discovery + bundle + + 2.4.0 + 14.0.1 + 2.5 + 2.4.3 + + + + com.google.guava + guava + + + com.google.guava + guava + + + commons-codec + commons-codec + + + commons-lang + commons-lang + 2.4 + + + equinoxSDK381 + org.eclipse.osgi + + + org.eclipse.xtend + org.eclipse.xtend.lib + - org.opendaylight.controller - sal - - - + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller.model + model-flow-base + + + org.opendaylight.controller.model + model-flow-management + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-inventory + + + - - - - org.apache.felix - maven-bundle-plugin - true - - - org.opendaylight.md.controller.topology.lldp.LLDPActivator - org.opendaylight.md.controller.topology.lldp.utils - commons-lang> - ${project.groupId}.${project.artifactId} - - ${project.basedir}/META-INF - - - - org.eclipse.xtend - xtend-maven-plugin - - - + + + + org.apache.felix + maven-bundle-plugin + true + + + org.opendaylight.md.controller.topology.lldp.LLDPActivator + org.opendaylight.md.controller.topology.lldp.utils + commons-lang + > + ${project.groupId}.${project.artifactId} + + ${project.basedir}/META-INF + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + diff --git a/opendaylight/md-sal/topology-manager/pom.xml b/opendaylight/md-sal/topology-manager/pom.xml index 93934fda6d..55244d3c90 100644 --- a/opendaylight/md-sal/topology-manager/pom.xml +++ b/opendaylight/md-sal/topology-manager/pom.xml @@ -1,65 +1,66 @@ + - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT - - org.opendaylight.controller.md - topology-manager - bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - HEAD - + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + org.opendaylight.controller.md + topology-manager + bundle - - - com.google.guava - guava - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-binding-util - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.model - model-inventory - - - org.opendaylight.controller.model - model-topology - 1.1-SNAPSHOT - - - org.osgi - org.osgi.core - provided - - + + + com.google.guava + guava + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-inventory + + + org.opendaylight.controller.model + model-topology + 1.1-SNAPSHOT + + + org.osgi + org.osgi.core + provided + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.md.controller.topology.manager.FlowCapableTopologyProvider - org.opendaylight.md.controller.topology.manager - - - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.md.controller.topology.manager.FlowCapableTopologyProvider + org.opendaylight.md.controller.topology.manager + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + diff --git a/opendaylight/netconf/config-netconf-connector/pom.xml b/opendaylight/netconf/config-netconf-connector/pom.xml index d2a907ba4a..2a0f0a97f7 100644 --- a/opendaylight/netconf/config-netconf-connector/pom.xml +++ b/opendaylight/netconf/config-netconf-connector/pom.xml @@ -1,115 +1,112 @@ + - 4.0.0 + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - config-netconf-connector - ${project.artifactId} - bundle + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + config-netconf-connector + bundle + ${project.artifactId} - - - - ${project.groupId} - config-api - - - ${project.groupId} - netconf-api - - - org.slf4j - slf4j-api - - - com.google.guava - guava - - - ${project.groupId} - yang-jmx-generator - - - ${project.groupId} - config-util - - - ${project.groupId} - netconf-util - - - ${project.groupId} - netconf-mapping-api - - - org.osgi - org.osgi.core - + + + + ${project.groupId} + config-api + + + ${project.groupId} + config-util + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-mapping-api + + + ${project.groupId} + netconf-util + + + ${project.groupId} + yang-jmx-generator + + + com.google.guava + guava + + + org.opendaylight.controller + commons.logback_settings + + + org.opendaylight.yangtools + mockito-configuration + + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-api + + + xmlunit + xmlunit + + + ${project.groupId} + config-manager + test-jar + test + + + ${project.groupId} + config-manager + test + + + ${project.groupId} + netconf-impl + test + - - ${project.groupId} - netconf-util - test - test-jar - + + ${project.groupId} + netconf-util + test-jar + test + - - ${project.groupId} - yang-test - test - - - ${project.groupId} - config-manager - test - test-jar - - - ${project.groupId} - config-manager - test - - - ${project.groupId} - netconf-impl - test - - - org.opendaylight.yangtools - mockito-configuration - - - org.opendaylight.controller - commons.logback_settings - - - xmlunit - xmlunit - - + + ${project.groupId} + yang-test + test + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.netconf.confignetconfconnector.osgi.Activator - - - org.opendaylight.controller.netconf.confignetconfconnector.mapping.*, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.confignetconfconnector.osgi.Activator + org.opendaylight.controller.netconf.confignetconfconnector.mapping.*, org.opendaylight.controller.netconf.confignetconfconnector.operations.*, org.opendaylight.controller.netconf.confignetconfconnector.transactions, org.opendaylight.controller.netconf.confignetconfconnector.util, org.opendaylight.controller.netconf.confignetconfconnector.osgi, - org.opendaylight.controller.config.util, - - - com.google.common.base, + org.opendaylight.controller.config.util, + com.google.common.base, com.google.common.collect, javax.annotation, javax.management, @@ -131,14 +128,12 @@ com.google.common.io, org.opendaylight.yangtools.yang.model.api.type, org.opendaylight.yangtools.sal.binding.generator.spi, - org.opendaylight.yangtools.sal.binding.yang.types - - - - - - - - + org.opendaylight.yangtools.sal.binding.yang.types + + + + + + diff --git a/opendaylight/netconf/config-persister-impl/pom.xml b/opendaylight/netconf/config-persister-impl/pom.xml index 7b4511e1f9..340f4c5914 100644 --- a/opendaylight/netconf/config-persister-impl/pom.xml +++ b/opendaylight/netconf/config-persister-impl/pom.xml @@ -1,91 +1,90 @@ + - 4.0.0 + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - config-persister-impl - ${project.artifactId} - bundle + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + config-persister-impl + bundle + ${project.artifactId} - - - - org.opendaylight.controller - config-persister-api - - - ${project.groupId} - netconf-api - - - ${project.groupId} - netconf-util - - - org.slf4j - slf4j-api - - - com.google.guava - guava - - - org.osgi - org.osgi.core - - - org.opendaylight.controller - config-persister-file-xml-adapter - test - + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-util + + + com.google.guava + guava + + + + org.opendaylight.controller + config-persister-api + + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-api + - - - ${project.groupId} - netconf-impl - test - - - ${project.groupId} - netconf-util - test - test-jar - - - org.opendaylight.yangtools - mockito-configuration - test - - - commons-io - commons-io - test - - - org.opendaylight.controller - config-persister-directory-xml-adapter - test - - + + + ${project.groupId} + netconf-impl + test + + + ${project.groupId} + netconf-util + test-jar + test + + + commons-io + commons-io + test + + + org.opendaylight.controller + config-persister-directory-xml-adapter + test + + + org.opendaylight.controller + config-persister-file-xml-adapter + test + + + org.opendaylight.yangtools + mockito-configuration + test + + - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator - - org.opendaylight.controller.config.persister.storage.adapter - - - - - - - + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator + org.opendaylight.controller.config.persister.storage.adapter + + + + + + diff --git a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml index 2590ad8b11..330bcc8796 100644 --- a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml +++ b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml @@ -1,54 +1,50 @@ + - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - 4.0.0 - ietf-netconf-monitoring-extension - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + ietf-netconf-monitoring-extension + bundle + ${project.artifactId} - - - org.opendaylight.controller - ietf-netconf-monitoring - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - + + + com.google.guava + guava + + + org.opendaylight.controller + ietf-netconf-monitoring + + + org.slf4j + slf4j-api + + + + - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - org.apache.felix - maven-bundle-plugin - - - - com.google.common.collect, + + org.apache.felix + maven-bundle-plugin + + + com.google.common.collect, org.opendaylight.yangtools.yang.binding, org.opendaylight.yangtools.yang.common, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, - - - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, - - - - - - - \ No newline at end of file + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + + diff --git a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml index bd2f1cc807..8d4b99bf03 100644 --- a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml +++ b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml @@ -1,63 +1,57 @@ - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - 4.0.0 - ietf-netconf-monitoring - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + ietf-netconf-monitoring + bundle + ${project.artifactId} + - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - ietf-yang-types - + + com.google.guava + guava + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-yang-types + + + org.slf4j + slf4j-api + + - - com.google.guava - guava - - - org.slf4j - slf4j-api - - + + - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - - org.apache.felix - maven-bundle-plugin - - - - com.google.common.collect, + + org.apache.felix + maven-bundle-plugin + + + com.google.common.collect, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, org.opendaylight.yangtools.yang.binding, - org.opendaylight.yangtools.yang.common, - - - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.* - - - - - - + org.opendaylight.yangtools.yang.common, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.* + + + + + org.opendaylight.yangtools + yang-maven-plugin + + + - \ No newline at end of file + diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index 3b5ed82518..061fbd7c8c 100644 --- a/opendaylight/netconf/netconf-api/pom.xml +++ b/opendaylight/netconf/netconf-api/pom.xml @@ -1,55 +1,53 @@ + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - 4.0.0 - netconf-api - ${project.artifactId} - bundle + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + netconf-api + bundle + ${project.artifactId} - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - protocol-framework - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - ietf-yang-types - - - ${project.groupId} - ietf-netconf-monitoring - - - ${project.groupId} - ietf-netconf-monitoring-extension - ${project.version} - - + + + ${project.groupId} + ietf-netconf-monitoring + + + ${project.groupId} + ietf-netconf-monitoring-extension + ${project.version} + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + protocol-framework + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-yang-types + + - - - - org.apache.felix - maven-bundle-plugin - - - - - - javax.management, + + + + org.apache.felix + maven-bundle-plugin + + + + javax.management, org.opendaylight.controller.config.api, org.opendaylight.controller.config.api.jmx, org.opendaylight.protocol.framework, @@ -61,18 +59,14 @@ org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions, - com.google.common.base, - - - org.opendaylight.controller.netconf.api, + com.google.common.base, + org.opendaylight.controller.netconf.api, org.opendaylight.controller.netconf.api.jmx, - org.opendaylight.controller.netconf.api.monitoring, - - - - - - - + org.opendaylight.controller.netconf.api.monitoring, + + + + + diff --git a/opendaylight/netconf/netconf-client/pom.xml b/opendaylight/netconf/netconf-client/pom.xml index 9c11cb1af7..fd44315499 100644 --- a/opendaylight/netconf/netconf-client/pom.xml +++ b/opendaylight/netconf/netconf-client/pom.xml @@ -1,51 +1,48 @@ + - 4.0.0 + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - netconf-client - ${project.artifactId} - bundle + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + netconf-client + bundle + ${project.artifactId} + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-util + + + com.google.guava + guava + + + org.opendaylight.controller + protocol-framework + + + org.slf4j + slf4j-api + + - - - ${project.groupId} - netconf-util - - - ${project.groupId} - netconf-api - - - org.opendaylight.controller - protocol-framework - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.netconf.client, - - - com.google.common.base, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.client, + com.google.common.base, com.google.common.collect, io.netty.channel, io.netty.channel.socket, @@ -64,25 +61,24 @@ org.slf4j, org.w3c.dom, org.xml.sax, - io.netty.handler.codec - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - package - - test-jar - - - - - - + io.netty.handler.codec + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + package + + + + + diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index ffc15d878a..9694a90c49 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -1,116 +1,114 @@ + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - 4.0.0 - netconf-impl - ${project.artifactId} - bundle + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + netconf-impl + bundle + ${project.artifactId} + + + ${project.groupId} + ietf-netconf-monitoring + + + ${project.groupId} + ietf-netconf-monitoring-extension + ${project.version} + + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-mapping-api + + + ${project.groupId} + netconf-util + + + com.google.guava + guava + + + org.opendaylight.controller + commons.logback_settings + + + org.opendaylight.controller + config-util + + + org.opendaylight.controller + protocol-framework + + + + org.opendaylight.yangtools + mockito-configuration + - - - - ${project.groupId} - netconf-api - - - ${project.groupId} - ietf-netconf-monitoring - - - ${project.groupId} - ietf-netconf-monitoring-extension - ${project.version} - - - ${project.groupId} - netconf-util - - - org.opendaylight.controller - config-util - - - org.opendaylight.controller - protocol-framework - - - ${project.groupId} - netconf-mapping-api - + + org.opendaylight.yangtools.model + ietf-inet-types + - - org.opendaylight.yangtools.model - ietf-inet-types - + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-api + + + ${project.groupId} + netconf-client + test + + + ${project.groupId} + netconf-client + ${project.version} + test-jar + test + + + ${project.groupId} + netconf-util + test-jar + test + + + commons-io + commons-io + test + - - org.osgi - org.osgi.core - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - - org.opendaylight.yangtools - mockito-configuration - - - commons-io - commons-io - test - + + xmlunit + xmlunit + test + + - - xmlunit - xmlunit - test - - - ${project.groupId} - netconf-util - test - test-jar - - - ${project.groupId} - netconf-client - test - - - ${project.groupId} - netconf-client - ${project.version} - test-jar - test - - - org.opendaylight.controller - commons.logback_settings - - - - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.netconf.impl.osgi.NetconfImplActivator - - com.google.common.base, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.impl.osgi.NetconfImplActivator + com.google.common.base, com.google.common.collect, io.netty.channel, io.netty.channel.socket, @@ -149,26 +147,24 @@ org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, org.opendaylight.yangtools.yang.binding, - org.openexi.*, - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - package - - test-jar - - - - - - - + org.openexi.*, + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + package + + + + + diff --git a/opendaylight/netconf/netconf-it/pom.xml b/opendaylight/netconf/netconf-it/pom.xml index 340e295d52..9509d5fcbe 100644 --- a/opendaylight/netconf/netconf-it/pom.xml +++ b/opendaylight/netconf/netconf-it/pom.xml @@ -1,195 +1,195 @@ - + - 4.0.0 - - 2.0.0 - + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + - netconf-it - ${project.artifactId} + netconf-it + ${project.artifactId} + + 2.0.0 + - - - - ${project.groupId} - config-api - test - - - ${project.groupId} - config-util - test - - - ${project.groupId} - netconf-api - test - - - ${project.groupId} - netconf-client - test - - - ${project.groupId} - netconf-client - ${project.version} - test-jar - test - - - ${project.groupId} - config-netconf-connector - test - - - ${project.groupId} - netty-config-api - test - - - ${project.groupId} - config-manager - test - - - ${project.groupId} - config-persister-impl - test - - - ${project.groupId} - config-manager - test - test-jar - - - ${project.groupId} - netconf-impl - test - - - ${project.groupId} - netconf-impl - test - test-jar - - - ${project.groupId} - netconf-monitoring - test - - - ${project.groupId} - sal-binding-it - ${mdsal.version} - test - - - ${project.groupId} - netconf-mapping-api - test - - - ${project.groupId} - netconf-ssh - test - - - ${project.groupId} - netconf-ssh - test - test-jar - - - ${project.groupId} - netconf-util - test - test-jar - - - org.opendaylight.controller - yang-test - ${config.version} - test - - - org.opendaylight.controller - logback-config - - - org.slf4j - slf4j-api - - - org.opendaylight.yangtools - mockito-configuration - - - org.opendaylight.controller - commons.logback_settings - - - org.ops4j.pax.tinybundles - tinybundles - ${tinybundles.version} - test - - - xmlunit - xmlunit - - + + + org.opendaylight.controller + commons.logback_settings + + + org.opendaylight.controller + logback-config + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + + + xmlunit + xmlunit + + + + ${project.groupId} + config-api + test + + + ${project.groupId} + config-manager + test + + + ${project.groupId} + config-manager + test-jar + test + + + ${project.groupId} + config-netconf-connector + test + + + ${project.groupId} + config-persister-impl + test + + + ${project.groupId} + config-util + test + + + ${project.groupId} + netconf-api + test + + + ${project.groupId} + netconf-client + test + + + ${project.groupId} + netconf-client + ${project.version} + test-jar + test + + + ${project.groupId} + netconf-impl + test + + + ${project.groupId} + netconf-impl + test-jar + test + + + ${project.groupId} + netconf-mapping-api + test + + + ${project.groupId} + netconf-monitoring + test + + + ${project.groupId} + netconf-ssh + test + + + ${project.groupId} + netconf-ssh + test-jar + test + + + ${project.groupId} + netconf-util + test-jar + test + + + ${project.groupId} + netty-config-api + test + + + ${project.groupId} + sal-binding-it + ${mdsal.version} + test + + + org.opendaylight.controller + yang-test + ${config.version} + test + + + org.ops4j.pax.tinybundles + tinybundles + ${tinybundles.version} + test + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - false - - - - default-test - - true - - - - integration-tests - integration-test - - test - - - false - -Dlogback.configurationFile=${maven.test.dest}/logback.xml - - - - - - org.ops4j.pax.exam - maven-paxexam-plugin - 1.2.4 - - - generate-config - - generate-depends-file - - - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + false + + + + default-test + + true + + + + integration-tests + + test + + integration-test + + false + -Dlogback.configurationFile=${maven.test.dest}/logback.xml + + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + 1.2.4 + + + generate-config + + generate-depends-file + + + + + + diff --git a/opendaylight/netconf/netconf-mapping-api/pom.xml b/opendaylight/netconf/netconf-mapping-api/pom.xml index 18c27238e9..1a510f939c 100644 --- a/opendaylight/netconf/netconf-mapping-api/pom.xml +++ b/opendaylight/netconf/netconf-mapping-api/pom.xml @@ -1,50 +1,44 @@ + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - 4.0.0 - netconf-mapping-api - ${project.artifactId} + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + netconf-mapping-api - bundle + bundle + ${project.artifactId} - - - ${project.groupId} - netconf-api - + + + ${project.groupId} + netconf-api + - - com.google.guava - guava - - + + com.google.guava + guava + + - - - - - org.apache.felix - maven-bundle-plugin - - - - - - com.google.common.base, + + + + org.apache.felix + maven-bundle-plugin + + + + com.google.common.base, org.opendaylight.controller.netconf.api, - org.w3c.dom - - - org.opendaylight.controller.netconf.mapping.api, - - - - - - + org.w3c.dom + org.opendaylight.controller.netconf.mapping.api, + + + + + diff --git a/opendaylight/netconf/netconf-monitoring/pom.xml b/opendaylight/netconf/netconf-monitoring/pom.xml index 568aca9063..6730ccbb54 100644 --- a/opendaylight/netconf/netconf-monitoring/pom.xml +++ b/opendaylight/netconf/netconf-monitoring/pom.xml @@ -1,61 +1,58 @@ - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - 4.0.0 - netconf-monitoring - ${project.artifactId} - bundle + 4.0.0 + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + netconf-monitoring + bundle + ${project.artifactId} + + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-mapping-api + + + ${project.groupId} + netconf-util + - - - - ${project.groupId} - netconf-api - - - ${project.groupId} - netconf-util - - - ${project.groupId} - netconf-mapping-api - - - org.opendaylight.yangtools.model - ietf-inet-types - + + com.google.guava + guava + - - com.google.guava - guava - - - org.slf4j - slf4j-api - + + org.opendaylight.yangtools + mockito-configuration + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.slf4j + slf4j-api + + - - org.opendaylight.yangtools - mockito-configuration - - - - - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.netconf.monitoring.osgi.NetconfMonitoringActivator - - com.google.common.base, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.monitoring.osgi.NetconfMonitoringActivator + com.google.common.base, com.google.common.collect, com.google.common.io, org.opendaylight.controller.netconf.api, @@ -81,12 +78,11 @@ org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, - org.opendaylight.yangtools.yang.binding, - - - - - - + org.opendaylight.yangtools.yang.binding, + + + + + diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 23a69b23fc..622881352e 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -1,81 +1,65 @@ - - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - ../ - - 4.0.0 - netconf-ssh - ${project.artifactId} - bundle + + + 4.0.0 + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + ../ + + netconf-ssh + bundle + ${project.artifactId} + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-util + + + commons-io + commons-io + + + org.bouncycastle + bcpkix-jdk15on + + + org.bouncycastle + bcprov-jdk15on + + + org.opendaylight.controller + usermanager + + + org.opendaylight.controller.thirdparty + ganymed + + + org.slf4j + slf4j-api + + + org.opendaylight.yangtools + mockito-configuration + test + + - - - ${project.groupId} - netconf-util - - - ${project.groupId} - netconf-api - - - org.slf4j - slf4j-api - - - org.opendaylight.controller.thirdparty - ganymed - - - commons-io - commons-io - - - org.opendaylight.controller - usermanager - - - org.bouncycastle - bcprov-jdk15on - - - org.bouncycastle - bcpkix-jdk15on - - - org.opendaylight.yangtools - mockito-configuration - test - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - package - - test-jar - - - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.controller.netconf.ssh.osgi.NetconfSSHActivator - - - com.google.common.base, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.ssh.osgi.NetconfSSHActivator + com.google.common.base, ch.ethz.ssh2, ch.ethz.ssh2.signature, org.apache.commons.io, @@ -86,12 +70,24 @@ org.osgi.framework, org.osgi.util.tracker, org.slf4j, - org.bouncycastle.openssl - - - - - - + org.bouncycastle.openssl + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + package + + + + + diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index af8e4fbc39..25db5f3f42 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -1,87 +1,84 @@ + - 4.0.0 + 4.0.0 - - netconf-subsystem - org.opendaylight.controller - 0.2.5-SNAPSHOT - - netconf-util - ${project.artifactId} - bundle + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + netconf-util + bundle + ${project.artifactId} + + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-mapping-api + + + com.google.guava + guava + + + io.netty + netty-handler + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + protocol-framework + + + org.opendaylight.controller.thirdparty + ganymed + + + org.opendaylight.controller.thirdparty + nagasena + + + org.opendaylight.controller.thirdparty + nagasena-rta + - - - - ${project.groupId} - netconf-api - - - ${project.groupId} - netconf-mapping-api - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - protocol-framework - + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-api + + + xmlunit + xmlunit + + - - org.osgi - org.osgi.core - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - io.netty - netty-handler - - - org.opendaylight.controller.thirdparty - ganymed - - - xmlunit - xmlunit - - - org.opendaylight.controller.thirdparty - nagasena - - - org.opendaylight.controller.thirdparty - nagasena-rta - - - - - - - org.apache.felix - maven-bundle-plugin - - - - org.opendaylight.controller.netconf.util, + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.netconf.util, org.opendaylight.controller.netconf.util.xml, org.opendaylight.controller.netconf.util.osgi, org.opendaylight.controller.netconf.util.mapping, org.opendaylight.controller.netconf.util.messages, org.opendaylight.controller.netconf.util.handler, - org.opendaylight.controller.netconf.util.handler.*, - - - com.google.common.base, + org.opendaylight.controller.netconf.util.handler.*, + com.google.common.base, com.google.common.collect, ch.ethz.ssh2, io.netty.buffer, @@ -110,25 +107,24 @@ org.xml.sax, org.xml.sax.helpers, org.opendaylight.controller.config.api, - org.openexi.*, - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - package - - test-jar - - - - - - + org.openexi.*, + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + package + + + + + diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 5dbf4423db..bec17ff8ab 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -1,252 +1,247 @@ + - 4.0.0 + 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../commons/opendaylight - - - 0.2.5-SNAPSHOT - netconf-subsystem - pom - ${project.artifactId} - - 3.0.4 - + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../commons/opendaylight + + netconf-subsystem + 0.2.5-SNAPSHOT + pom + ${project.artifactId} + + 3.0.4 + - - netconf-api - netconf-impl - config-netconf-connector - netconf-util - config-persister-impl - netconf-mapping-api - netconf-client - netconf-ssh - netconf-monitoring - ietf-netconf-monitoring - ietf-netconf-monitoring-extension - ../../third-party/org.openexi - + + netconf-api + netconf-impl + config-netconf-connector + netconf-util + config-persister-impl + netconf-mapping-api + netconf-client + netconf-ssh + netconf-monitoring + ietf-netconf-monitoring + ietf-netconf-monitoring-extension + ../../third-party/org.openexi + - - - integrationtests - - false - - - netconf-it - - - - - - 5.0.0 - 2.4.0 - 1.7.2 - + + 2.4.0 + 5.0.0 + 1.7.2 + + - - junit - junit - test - - - ch.qos.logback - logback-classic - test - + + ${project.groupId} + config-api + ${config.version} + + + ${project.groupId} + config-manager + ${config.version} + + + ${project.groupId} + config-manager + ${config.version} + test-jar + + + ${project.groupId} + config-netconf-connector + ${netconf.version} + + + ${project.groupId} + config-persister-impl + ${netconf.version} + + + ${project.groupId} + config-util + ${config.version} + + + ${project.groupId} + ietf-netconf-monitoring + ${netconf.version} + + + ${project.groupId} + netconf-api + ${netconf.version} + + + ${project.groupId} + netconf-client + ${netconf.version} + + + ${project.groupId} + netconf-impl + ${netconf.version} + + + ${project.groupId} + netconf-impl + ${netconf.version} + test-jar + + + ${project.groupId} + netconf-mapping-api + ${netconf.version} + + + ${project.groupId} + netconf-monitoring + ${netconf.version} + + + ${project.groupId} + netconf-ssh + ${netconf.version} + + + ${project.groupId} + netconf-ssh + ${netconf.version} + test-jar + + + ${project.groupId} + netconf-util + ${netconf.version} + + + ${project.groupId} + netconf-util + ${netconf.version} + test-jar + + + ${project.groupId} + yang-jmx-generator + ${config.version} + + + ${project.groupId} + yang-test + ${config.version} + + + org.opendaylight.controller + config-persister-api + ${config.version} + + + org.opendaylight.controller + logback-config + ${config.version} + + + org.osgi + org.osgi.core + ${osgi.version} + + + xmlunit + xmlunit + 1.4 + + - - - - org.osgi - org.osgi.core - ${osgi.version} - - - ${project.groupId} - config-api - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - test-jar - - - ${project.groupId} - yang-jmx-generator - ${config.version} - - - ${project.groupId} - config-util - ${config.version} - - - ${project.groupId} - yang-test - ${config.version} - - - ${project.groupId} - netconf-api - ${netconf.version} - - - ${project.groupId} - netconf-util - ${netconf.version} - - - ${project.groupId} - netconf-util - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-ssh - ${netconf.version} - - - ${project.groupId} - netconf-ssh - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-mapping-api - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-monitoring - ${netconf.version} - - - ${project.groupId} - ietf-netconf-monitoring - ${netconf.version} - - - org.opendaylight.controller - config-persister-api - ${config.version} - - - ${project.groupId} - netconf-client - ${netconf.version} - - - xmlunit - xmlunit - 1.4 - - - ${project.groupId} - config-netconf-connector - ${netconf.version} - - - ${project.groupId} - config-persister-impl - ${netconf.version} - - - org.opendaylight.controller - logback-config - ${config.version} - - - + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + + + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + + ${project.groupId}.${project.artifactId} + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - ${project.groupId}.${project.artifactId} - - - - - org.opendaylight.yangtools - yang-maven-plugin - ${yangtools.version} - - - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - ${project.build.directory}/site/models - - - true - - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + + + - - + + + integrationtests + + false + + + netconf-it + + + diff --git a/opendaylight/networkconfiguration/neutron/implementation/pom.xml b/opendaylight/networkconfiguration/neutron/implementation/pom.xml index f539f1ca69..9514ec1ed5 100644 --- a/opendaylight/networkconfiguration/neutron/implementation/pom.xml +++ b/opendaylight/networkconfiguration/neutron/implementation/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,36 +7,34 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - 1.26.2 - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - - - - - opendaylight-release - ${nexusproxy}/repositories/${nexus.repository.release}/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/${nexus.repository.snapshot}/ - - - - website - ${sitedeploy} - - networkconfig.neutron.implementation 0.4.2-SNAPSHOT bundle + + 1.26.2 + + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + networkconfig.neutron + + + org.opendaylight.controller + sal + + + org.osgi + org.osgi.core + + @@ -45,8 +44,7 @@ true - - org.opendaylight.controller.clustering.services, + org.opendaylight.controller.clustering.services, org.opendaylight.controller.configuration, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, @@ -55,37 +53,36 @@ org.osgi.service.component, org.opendaylight.controller.networkconfig.neutron, org.slf4j, - javax.xml.bind.annotation - - - org.opendaylight.controller.networkconfig.neutron.implementation.Activator - + javax.xml.bind.annotation + org.opendaylight.controller.networkconfig.neutron.implementation.Activator ${project.basedir}/src/main/resources/META-INF - - - org.osgi - org.osgi.core - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - networkconfig.neutron - - - org.opendaylight.controller - sal - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + + + + + + opendaylight-release + ${nexusproxy}/repositories/${nexus.repository.release}/ + + + + opendaylight-snapshot + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ + + + + website + ${sitedeploy} + + diff --git a/opendaylight/networkconfiguration/neutron/pom.xml b/opendaylight/networkconfiguration/neutron/pom.xml index b25e99e420..4d491a51d2 100644 --- a/opendaylight/networkconfiguration/neutron/pom.xml +++ b/opendaylight/networkconfiguration/neutron/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,35 +7,30 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - 1.26.2 - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - - - - opendaylight-release - ${nexusproxy}/repositories/${nexus.repository.release}/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/${nexus.repository.snapshot}/ - - - - website - ${sitedeploy} - - networkconfig.neutron 0.4.2-SNAPSHOT bundle + + 1.26.2 + + + + commons-net + commons-net + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + @@ -44,8 +40,7 @@ true - - org.opendaylight.controller.configuration, + org.opendaylight.controller.configuration, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, @@ -53,30 +48,34 @@ org.apache.commons.net.util, org.osgi.service.component, org.slf4j, - javax.xml.bind.annotation - + javax.xml.bind.annotation ${project.basedir}/src/main/resources/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - commons-net - commons-net - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + + + + + opendaylight-release + ${nexusproxy}/repositories/${nexus.repository.release}/ + + + + opendaylight-snapshot + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ + + + + website + ${sitedeploy} + + diff --git a/opendaylight/northbound/bundlescanner/api/pom.xml b/opendaylight/northbound/bundlescanner/api/pom.xml index a0a3c9cfc6..d861e0a7c9 100644 --- a/opendaylight/northbound/bundlescanner/api/pom.xml +++ b/opendaylight/northbound/bundlescanner/api/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -7,17 +8,17 @@ ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - bundlescanner 0.4.2-SNAPSHOT bundle + + + org.osgi + org.osgi.core + + + @@ -27,27 +28,23 @@ true - - org.osgi.framework, + org.osgi.framework, org.slf4j, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, - javax.xml.bind, - - - org.opendaylight.controller.northbound.bundlescanner - + javax.xml.bind, + org.opendaylight.controller.northbound.bundlescanner - - - org.osgi - org.osgi.core - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/bundlescanner/implementation/pom.xml b/opendaylight/northbound/bundlescanner/implementation/pom.xml index d4e08079a6..dc481ce74a 100644 --- a/opendaylight/northbound/bundlescanner/implementation/pom.xml +++ b/opendaylight/northbound/bundlescanner/implementation/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -7,17 +8,34 @@ ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - bundlescanner.implementation 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + bundlescanner + + + org.opendaylight.controller + sal + + + org.ow2.asm + asm-all + + + org.springframework.osgi + spring-osgi-mock + test + + + @@ -27,8 +45,7 @@ true - - org.apache.felix.dm, + org.apache.felix.dm, org.objectweb.asm, org.opendaylight.controller.sal.core, org.opendaylight.controller.northbound.bundlescanner, @@ -37,38 +54,18 @@ javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, - javax.xml.bind, - - - org.opendaylight.controller.northbound.bundlescanner.internal.Activator - + javax.xml.bind, + org.opendaylight.controller.northbound.bundlescanner.internal.Activator - - - org.ow2.asm - asm-all - - - junit - junit - - - org.springframework.osgi - spring-osgi-mock - test - - - org.opendaylight.controller - bundlescanner - - - org.opendaylight.controller - sal - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 684744c015..83699d2b4b 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -7,16 +7,65 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - commons.northbound 0.4.2-SNAPSHOT bundle + + + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + com.sun.jersey + jersey-client + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + + + + junit + junit + + + org.opendaylight.controller + bundlescanner + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + usermanager + + @@ -27,14 +76,11 @@ true - - org.opendaylight.controller.northbound.commons.exception, + org.opendaylight.controller.northbound.commons.exception, org.opendaylight.controller.northbound.commons.types, org.opendaylight.controller.northbound.commons.utils, - org.opendaylight.controller.northbound.commons - - - javax.ws.rs, + org.opendaylight.controller.northbound.commons + javax.ws.rs, javax.ws.rs.ext, javax.ws.rs.core, javax.xml.bind, @@ -55,67 +101,17 @@ com.fasterxml.jackson.databind, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - org.slf4j - + org.slf4j ${project.basedir}/META-INF - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - bundlescanner - - - - com.fasterxml.jackson.core - jackson-databind - - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - - - - junit - junit - - - - com.sun.jersey - jersey-core - - - com.sun.jersey - jersey-server - - - com.sun.jersey - jersey-client - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/connectionmanager/pom.xml b/opendaylight/northbound/connectionmanager/pom.xml index fc620a99ee..7c17c74800 100644 --- a/opendaylight/northbound/connectionmanager/pom.xml +++ b/opendaylight/northbound/connectionmanager/pom.xml @@ -7,29 +7,38 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - connectionmanager.northbound 0.1.2-SNAPSHOT bundle + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -37,10 +46,8 @@ true - - - - org.opendaylight.controller.sal.core, + + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, org.opendaylight.controller.usermanager, @@ -59,42 +66,31 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/connectionmanager ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - containermanager - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.opendaylight.controller - commons.northbound - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/containermanager/pom.xml b/opendaylight/northbound/containermanager/pom.xml index 89cb7446fa..1d91ab590e 100644 --- a/opendaylight/northbound/containermanager/pom.xml +++ b/opendaylight/northbound/containermanager/pom.xml @@ -7,23 +7,39 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - containermanager.northbound 0.4.2-SNAPSHOT bundle + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + appauth + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + web + + - - org.codehaus.enunciate - maven-enunciate-plugin - org.apache.felix maven-bundle-plugin @@ -31,10 +47,8 @@ true - - - - org.opendaylight.controller.appauth.authorization, + + org.opendaylight.controller.appauth.authorization, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.usermanager, org.opendaylight.controller.sal.core, @@ -52,39 +66,22 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /controller/nb/v2/containermanager ,${classes;ANNOTATION;javax.ws.rs.Path} + + org.codehaus.enunciate + maven-enunciate-plugin + - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - appauth - - - org.opendaylight.controller - web - - - org.opendaylight.controller - sal - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.opendaylight.controller - commons.northbound - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/controllermanager/pom.xml b/opendaylight/northbound/controllermanager/pom.xml index 2fcc2a593a..6c79f9d6e2 100644 --- a/opendaylight/northbound/controllermanager/pom.xml +++ b/opendaylight/northbound/controllermanager/pom.xml @@ -10,26 +10,43 @@ controllermanager.northbound 0.0.2-SNAPSHOT bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller.thirdparty + com.sun.jersey.jersey-servlet + + + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix @@ -39,8 +56,7 @@ ${project.artifactId} - - org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.configuration, org.opendaylight.controller.containermanager, @@ -62,48 +78,30 @@ com.fasterxml.jackson.annotation, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /controller/nb/v2/controllermanager ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - - - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/flowprogrammer/pom.xml b/opendaylight/northbound/flowprogrammer/pom.xml index 6d2060ef73..2281aa8e3c 100644 --- a/opendaylight/northbound/flowprogrammer/pom.xml +++ b/opendaylight/northbound/flowprogrammer/pom.xml @@ -7,29 +7,42 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - flowprogrammer.northbound 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -37,8 +50,7 @@ true - - org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, @@ -57,46 +69,31 @@ org.slf4j, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/flowprogrammer ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - sal - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.opendaylight.controller - commons.northbound - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/hosttracker/pom.xml b/opendaylight/northbound/hosttracker/pom.xml index bc0248d98e..d8dee6211a 100644 --- a/opendaylight/northbound/hosttracker/pom.xml +++ b/opendaylight/northbound/hosttracker/pom.xml @@ -10,26 +10,39 @@ hosttracker.northbound 0.4.2-SNAPSHOT bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -37,8 +50,7 @@ true - - org.opendaylight.controller.hosttracker, + org.opendaylight.controller.hosttracker, org.opendaylight.controller.hosttracker.hostAware, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, @@ -60,44 +72,30 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /controller/nb/v2/hosttracker ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/httpservice-bridge/pom.xml b/opendaylight/northbound/httpservice-bridge/pom.xml index 20d60fbbc7..33f204885d 100644 --- a/opendaylight/northbound/httpservice-bridge/pom.xml +++ b/opendaylight/northbound/httpservice-bridge/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -10,8 +11,8 @@ httpservice-bridge 0.0.2-SNAPSHOT - HttpService bridge web application bundle + HttpService bridge web application @@ -22,17 +23,14 @@ true - - - - javax.servlet, + + javax.servlet, javax.servlet.http, org.eclipse.equinox.http.servlet, org.opendaylight.controller.web, org.osgi.framework, org.osgi.service.http, - org.slf4j, - + org.slf4j, /controller/osgi diff --git a/opendaylight/northbound/integrationtest/pom.xml b/opendaylight/northbound/integrationtest/pom.xml index 2789526668..6f0d897f99 100644 --- a/opendaylight/northbound/integrationtest/pom.xml +++ b/opendaylight/northbound/integrationtest/pom.xml @@ -7,474 +7,468 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - northbound.integrationtest 0.4.2-SNAPSHOT - - - central - maven repo1 - http://repo1.maven.org/maven2 - - false - - - true - - - - org.opendaylight.controller - commons.httpclient + ch.qos.logback + logback-classic - org.opendaylight.controller - connectionmanager + ch.qos.logback + logback-core + - org.opendaylight.controller - connectionmanager.implementation + com.fasterxml.jackson.core + jackson-annotations + - org.opendaylight.controller - sal + com.fasterxml.jackson.core + jackson-core + - org.opendaylight.controller - sal.implementation + com.fasterxml.jackson.core + jackson-databind + - org.opendaylight.controller - sal.connection + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + - org.opendaylight.controller - sal.connection.implementation + com.fasterxml.jackson.module + jackson-module-jaxb-annotations - org.opendaylight.controller - forwarding.staticrouting + com.google.code.gson + gson + compile - org.opendaylight.controller - clustering.services + com.sun.jersey + jersey-client + - org.opendaylight.controller - clustering.services-implementation + com.sun.jersey + jersey-core - org.opendaylight.controller - configuration + com.sun.jersey + jersey-server - org.opendaylight.controller - configuration.implementation + commons-codec + commons-codec - org.opendaylight.controller - routing.dijkstra_implementation + commons-fileupload + commons-fileupload - org.opendaylight.controller - arphandler + commons-io + commons-io - org.opendaylight.controller - forwardingrulesmanager + eclipselink + javax.persistence - org.opendaylight.controller - forwardingrulesmanager.implementation + eclipselink + javax.resource - org.opendaylight.controller - hosttracker + equinoxSDK381 + javax.servlet - org.opendaylight.controller - hosttracker.implementation + equinoxSDK381 + javax.servlet.jsp - org.opendaylight.controller - containermanager + equinoxSDK381 + org.apache.felix.gogo.command - org.opendaylight.controller - containermanager.it.implementation + equinoxSDK381 + org.apache.felix.gogo.runtime - org.opendaylight.controller - switchmanager + equinoxSDK381 + org.apache.felix.gogo.shell - org.opendaylight.controller - switchmanager.implementation + equinoxSDK381 + org.eclipse.equinox.cm - org.opendaylight.controller - statisticsmanager + equinoxSDK381 + org.eclipse.equinox.console - org.opendaylight.controller - statisticsmanager.implementation + equinoxSDK381 + org.eclipse.equinox.ds - org.opendaylight.controller - topologymanager + equinoxSDK381 + org.eclipse.equinox.launcher - org.opendaylight.controller - usermanager + equinoxSDK381 + org.eclipse.equinox.util - org.opendaylight.controller - usermanager.implementation + equinoxSDK381 + org.eclipse.osgi - org.opendaylight.controller - security + equinoxSDK381 + org.eclipse.osgi.services + - org.opendaylight.controller - commons.northbound + geminiweb + org.eclipse.gemini.web.core - org.opendaylight.controller - topology.northbound + geminiweb + org.eclipse.gemini.web.extender - org.opendaylight.controller - forwarding.staticrouting.northbound + geminiweb + org.eclipse.gemini.web.tomcat - org.opendaylight.controller - statistics.northbound + geminiweb + org.eclipse.virgo.kernel.equinox.extensions - org.opendaylight.controller - flowprogrammer.northbound + geminiweb + org.eclipse.virgo.util.common - org.opendaylight.controller - hosttracker.northbound + geminiweb + org.eclipse.virgo.util.io - org.opendaylight.controller - subnets.northbound + geminiweb + org.eclipse.virgo.util.math - org.opendaylight.controller - switchmanager.northbound + geminiweb + org.eclipse.virgo.util.osgi - - org.opendaylight.controller - logging.bridge + geminiweb + org.eclipse.virgo.util.osgi.manifest - - org.opendaylight.controller - protocol_plugins.stub + geminiweb + org.eclipse.virgo.util.parser.manifest - - org.opendaylight.controller - bundlescanner + orbit + javax.activation - - org.opendaylight.controller - bundlescanner.implementation + orbit + javax.annotation - - org.codehaus.enunciate - enunciate-core-annotations + orbit + javax.ejb - org.slf4j - jcl-over-slf4j + orbit + javax.el - org.slf4j - slf4j-api + orbit + javax.mail.glassfish - org.slf4j - log4j-over-slf4j + orbit + javax.servlet.jsp.jstl - ch.qos.logback - logback-core + orbit + javax.servlet.jsp.jstl.impl - ch.qos.logback - logback-classic + orbit + javax.xml.rpc - - com.fasterxml.jackson.core - jackson-databind + orbit + org.apache.catalina - - com.fasterxml.jackson.core - jackson-annotations + orbit + org.apache.catalina.ha - - com.fasterxml.jackson.core - jackson-core + orbit + org.apache.catalina.tribes - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider + orbit + org.apache.coyote - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations + orbit + org.apache.el - - org.codehaus.jettison - jettison + orbit + org.apache.jasper - commons-io - commons-io + orbit + org.apache.juli.extras - commons-fileupload - commons-fileupload + orbit + org.apache.tomcat.api - commons-codec - commons-codec + orbit + org.apache.tomcat.util - equinoxSDK381 - javax.servlet + org.aopalliance + com.springsource.org.aopalliance - equinoxSDK381 - javax.servlet.jsp + org.apache.commons + commons-lang3 - equinoxSDK381 - org.eclipse.equinox.ds + org.apache.felix + org.apache.felix.dependencymanager - equinoxSDK381 - org.eclipse.equinox.util + org.apache.felix + org.apache.felix.dependencymanager.shell - equinoxSDK381 - org.eclipse.osgi.services + org.apache.felix + org.apache.felix.fileinstall + - equinoxSDK381 - org.eclipse.osgi + org.codehaus.enunciate + enunciate-core-annotations + - equinoxSDK381 - org.apache.felix.gogo.command + org.codehaus.jettison + jettison - equinoxSDK381 - org.apache.felix.gogo.runtime + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec - equinoxSDK381 - org.apache.felix.gogo.shell + org.opendaylight.controller + arphandler + + + + org.opendaylight.controller + bundlescanner + + + + org.opendaylight.controller + bundlescanner.implementation + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + clustering.services-implementation - equinoxSDK381 - org.eclipse.equinox.cm + org.opendaylight.controller + commons.httpclient - equinoxSDK381 - org.eclipse.equinox.console + org.opendaylight.controller + commons.northbound - equinoxSDK381 - org.eclipse.equinox.launcher + org.opendaylight.controller + configuration - - geminiweb - org.eclipse.gemini.web.core + org.opendaylight.controller + configuration.implementation - geminiweb - org.eclipse.gemini.web.extender + org.opendaylight.controller + connectionmanager - geminiweb - org.eclipse.gemini.web.tomcat + org.opendaylight.controller + connectionmanager.implementation - geminiweb - org.eclipse.virgo.kernel.equinox.extensions + org.opendaylight.controller + containermanager - geminiweb - org.eclipse.virgo.util.common + org.opendaylight.controller + containermanager.it.implementation - geminiweb - org.eclipse.virgo.util.io + org.opendaylight.controller + flowprogrammer.northbound - geminiweb - org.eclipse.virgo.util.math + org.opendaylight.controller + forwarding.staticrouting - geminiweb - org.eclipse.virgo.util.osgi + org.opendaylight.controller + forwarding.staticrouting.northbound - geminiweb - org.eclipse.virgo.util.osgi.manifest + org.opendaylight.controller + forwardingrulesmanager - geminiweb - org.eclipse.virgo.util.parser.manifest + org.opendaylight.controller + forwardingrulesmanager.implementation - org.apache.felix - org.apache.felix.dependencymanager + org.opendaylight.controller + hosttracker - org.apache.felix - org.apache.felix.dependencymanager.shell + org.opendaylight.controller + hosttracker.implementation - com.google.code.gson - gson - compile + org.opendaylight.controller + hosttracker.northbound + - org.jboss.spec.javax.transaction - jboss-transaction-api_1.1_spec + org.opendaylight.controller + logging.bridge + - org.apache.felix - org.apache.felix.fileinstall + org.opendaylight.controller + protocol_plugins.stub - org.apache.commons - commons-lang3 + org.opendaylight.controller + routing.dijkstra_implementation - virgomirror - org.eclipse.jdt.core.compiler.batch + org.opendaylight.controller + sal - eclipselink - javax.persistence + org.opendaylight.controller + sal.connection - orbit - javax.activation + org.opendaylight.controller + sal.connection.implementation - orbit - javax.annotation + org.opendaylight.controller + sal.implementation - orbit - javax.ejb + org.opendaylight.controller + security - orbit - javax.el + org.opendaylight.controller + statistics.northbound - orbit - javax.mail.glassfish + org.opendaylight.controller + statisticsmanager - orbit - javax.xml.rpc + org.opendaylight.controller + statisticsmanager.implementation - orbit - org.apache.catalina + org.opendaylight.controller + subnets.northbound - orbit - org.apache.catalina.ha + org.opendaylight.controller + switchmanager - orbit - org.apache.catalina.tribes + org.opendaylight.controller + switchmanager.implementation - orbit - org.apache.coyote + org.opendaylight.controller + switchmanager.northbound - orbit - org.apache.el + org.opendaylight.controller + topology.northbound - orbit - org.apache.jasper + org.opendaylight.controller + topologymanager - orbit - org.apache.juli.extras + org.opendaylight.controller + usermanager - orbit - org.apache.tomcat.api + org.opendaylight.controller + usermanager.implementation - orbit - org.apache.tomcat.util + org.opendaylight.controller.thirdparty + com.sun.jersey.jersey-servlet - orbit - javax.servlet.jsp.jstl + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter - orbit - javax.servlet.jsp.jstl.impl + org.ow2.asm + asm-all - + - org.ops4j.pax.exam - pax-exam-container-native - test + org.ow2.chameleon.management + chameleon-mbeans - org.ops4j.pax.exam - pax-exam-junit4 - test + org.slf4j + jcl-over-slf4j - org.ops4j.pax.exam - pax-exam-link-mvn - test + org.slf4j + log4j-over-slf4j - org.ops4j.pax.url - pax-url-aether - test + org.slf4j + slf4j-api - org.ow2.asm - asm-all + org.springframework + org.springframework.aop org.springframework @@ -482,7 +476,7 @@ org.springframework - org.springframework.aop + org.springframework.beans org.springframework @@ -498,20 +492,16 @@ org.springframework - org.springframework.beans + org.springframework.expression org.springframework - org.springframework.expression + org.springframework.transaction org.springframework org.springframework.web - - org.aopalliance - com.springsource.org.aopalliance - org.springframework org.springframework.web.servlet @@ -525,47 +515,57 @@ org.springframework.security spring-security-core - - org.springframework.security - spring-security-web - org.springframework.security spring-security-taglibs - org.springframework - org.springframework.transaction - - - - org.ow2.chameleon.management - chameleon-mbeans - - - - com.sun.jersey - jersey-core + org.springframework.security + spring-security-web - com.sun.jersey - jersey-server + virgomirror + org.eclipse.jdt.core.compiler.batch + - com.sun.jersey - jersey-client + org.ops4j.pax.exam + pax-exam-container-native + test - eclipselink - javax.resource + org.ops4j.pax.exam + pax-exam-junit4 + test - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet + org.ops4j.pax.exam + pax-exam-link-mvn + test - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter + org.ops4j.pax.url + pax-url-aether + test + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + + + + + true + + + false + + central + maven repo1 + http://repo1.maven.org/maven2 + + diff --git a/opendaylight/northbound/jolokia/pom.xml b/opendaylight/northbound/jolokia/pom.xml index ac0bf1bda0..f984d4e8ed 100644 --- a/opendaylight/northbound/jolokia/pom.xml +++ b/opendaylight/northbound/jolokia/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -9,9 +10,9 @@ jolokia-bridge - Jolokia bridge web application 0.0.2-SNAPSHOT bundle + Jolokia bridge web application @@ -22,18 +23,15 @@ true - - - - javax.servlet, + + javax.servlet, javax.servlet.http, org.eclipse.equinox.http.servlet, org.opendaylight.controller.web, org.osgi.framework, org.jolokia.osgi.servlet, org.apache.catalina.filters, - org.slf4j, - + org.slf4j, /controller/nb/v2/jolokia diff --git a/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml b/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml index 551d3b4877..e78035f00c 100644 --- a/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml +++ b/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml @@ -7,29 +7,42 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - networkconfig.bridgedomain.northbound 0.0.3-SNAPSHOT bundle + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller + sal.networkconfiguration + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -37,10 +50,8 @@ true - - - - org.opendaylight.controller.sal.core, + + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.networkconfig.bridgedomain, org.opendaylight.controller.containermanager, @@ -60,46 +71,31 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/networkconfig/bridgedomain ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - - org.opendaylight.controller - sal.networkconfiguration - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - containermanager - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.opendaylight.controller - commons.northbound - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/networkconfiguration/neutron/pom.xml b/opendaylight/northbound/networkconfiguration/neutron/pom.xml index 774a125479..bc0ab2b78a 100644 --- a/opendaylight/northbound/networkconfiguration/neutron/pom.xml +++ b/opendaylight/northbound/networkconfiguration/neutron/pom.xml @@ -1,67 +1,67 @@ + - 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../../../commons/opendaylight - - - 1.26.2 - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - - - - - - opendaylight-release - ${nexusproxy}/repositories/${nexus.repository.release}/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/${nexus.repository.snapshot}/ - - - - website - ${sitedeploy} - - - networkconfig.neutron.northbound - 0.4.2-SNAPSHOT - bundle + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../../commons/opendaylight + + networkconfig.neutron.northbound + 0.4.2-SNAPSHOT + bundle + + 1.26.2 + + + + com.sun.jersey + jersey-core + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.eclipse.persistence + org.eclipse.persistence.antlr + + + org.eclipse.persistence + org.eclipse.persistence.core + + + org.eclipse.persistence + org.eclipse.persistence.moxy + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + networkconfig.neutron + + + org.opendaylight.controller + sal + + - - - - org.codehaus.enunciate - maven-enunciate-plugin - - enunciate.xml - - - - - docs - - - - - - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - org.opendaylight.controller.sal.utils, + + + + org.apache.felix + maven-bundle-plugin + 2.3.6 + true + + + org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, @@ -74,51 +74,50 @@ javax.xml.bind.annotation, javax.xml.bind, org.slf4j, - !org.codehaus.enunciate.jaxrs - - /controller/nb/v2/neutron - - ${project.basedir}/src/main/resources/META-INF - - - - - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.opendaylight.controller - networkconfig.neutron - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.eclipse.persistence - org.eclipse.persistence.moxy - - - org.eclipse.persistence - org.eclipse.persistence.core - - - org.eclipse.persistence - org.eclipse.persistence.antlr - - - com.sun.jersey - jersey-core - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/neutron + + ${project.basedir}/src/main/resources/META-INF + + + + org.codehaus.enunciate + maven-enunciate-plugin + + enunciate.xml + + + + + docs + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + + + + + + opendaylight-release + ${nexusproxy}/repositories/${nexus.repository.release}/ + + + + opendaylight-snapshot + ${nexusproxy}/repositories/${nexus.repository.snapshot}/ + + + + website + ${sitedeploy} + + diff --git a/opendaylight/northbound/staticrouting/pom.xml b/opendaylight/northbound/staticrouting/pom.xml index 937eea1396..0e496a420f 100644 --- a/opendaylight/northbound/staticrouting/pom.xml +++ b/opendaylight/northbound/staticrouting/pom.xml @@ -7,29 +7,38 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - forwarding.staticrouting.northbound 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + forwarding.staticrouting + + + org.opendaylight.controller + sal + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -37,10 +46,8 @@ true - - - - org.opendaylight.controller.forwarding.staticrouting, + + org.opendaylight.controller.forwarding.staticrouting, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, @@ -58,42 +65,31 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/staticroute ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - forwarding.staticrouting - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.opendaylight.controller - commons.northbound - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/statistics/pom.xml b/opendaylight/northbound/statistics/pom.xml index 1a3388a796..5935db4893 100644 --- a/opendaylight/northbound/statistics/pom.xml +++ b/opendaylight/northbound/statistics/pom.xml @@ -7,29 +7,38 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - statistics.northbound 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + statisticsmanager + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -37,10 +46,8 @@ true - - - - org.opendaylight.controller.forwardingrulesmanager, + + org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.flowprogrammer, @@ -66,42 +73,31 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/statistics ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - statisticsmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/subnets/pom.xml b/opendaylight/northbound/subnets/pom.xml index 71a714717e..7c68f41cad 100644 --- a/opendaylight/northbound/subnets/pom.xml +++ b/opendaylight/northbound/subnets/pom.xml @@ -7,44 +7,39 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - subnets.northbound 0.4.2-SNAPSHOT bundle + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + junit + junit + test + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.opendaylight.controller - clustering.services - ${clustering.services.version} - - - org.opendaylight.controller - configuration - ${configuration.version} - - - org.opendaylight.controller - switchmanager - ${switchmanager.api.version} - - - org.apache.felix maven-bundle-plugin @@ -52,10 +47,8 @@ true - - - - org.opendaylight.controller.sal.core, + + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, org.opendaylight.controller.switchmanager, @@ -73,43 +66,46 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/subnetservice ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + clustering.services + ${clustering.services.version} + + + org.opendaylight.controller + configuration + ${configuration.version} + + + org.opendaylight.controller + sal + ${sal.version} + + + org.opendaylight.controller + switchmanager + ${switchmanager.api.version} + + + - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - test - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/switchmanager/pom.xml b/opendaylight/northbound/switchmanager/pom.xml index 3abb5dd0b4..8f54a28bda 100644 --- a/opendaylight/northbound/switchmanager/pom.xml +++ b/opendaylight/northbound/switchmanager/pom.xml @@ -10,26 +10,35 @@ switchmanager.northbound 0.4.2-SNAPSHOT bundle - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix @@ -38,8 +47,7 @@ true - - org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, org.opendaylight.controller.switchmanager, @@ -59,40 +67,30 @@ org.apache.catalina.filters, com.fasterxml.jackson.annotation, com.fasterxml.jackson.databind, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /controller/nb/v2/switchmanager ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/topology/pom.xml b/opendaylight/northbound/topology/pom.xml index c27a68e45b..838a15db98 100644 --- a/opendaylight/northbound/topology/pom.xml +++ b/opendaylight/northbound/topology/pom.xml @@ -7,30 +7,39 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - topology.northbound 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + topologymanager + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin @@ -38,10 +47,8 @@ true - - - - org.opendaylight.controller.containermanager, + + org.opendaylight.controller.containermanager, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, org.opendaylight.controller.northbound.commons.utils, @@ -63,40 +70,30 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /controller/nb/v2/topology ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.codehaus.enunciate - enunciate-core-annotations - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - commons.northbound - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - topologymanager - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/northbound/usermanager/pom.xml b/opendaylight/northbound/usermanager/pom.xml index e20dea437c..01e43085b6 100644 --- a/opendaylight/northbound/usermanager/pom.xml +++ b/opendaylight/northbound/usermanager/pom.xml @@ -7,22 +7,35 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - usermanager.northbound 0.0.2-SNAPSHOT bundle + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + usermanager + + + junit + junit + test + + - - org.codehaus.enunciate - maven-enunciate-plugin - org.apache.felix maven-bundle-plugin @@ -30,10 +43,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, @@ -48,39 +59,24 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - - - + !org.codehaus.enunciate.jaxrs + /controller/nb/v2/usermanager ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - test - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/protocol_plugins/openflow/pom.xml b/opendaylight/protocol_plugins/openflow/pom.xml index 48555de525..e47933548a 100644 --- a/opendaylight/protocol_plugins/openflow/pom.xml +++ b/opendaylight/protocol_plugins/openflow/pom.xml @@ -7,16 +7,32 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - protocol_plugins.openflow 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + org.eclipse.osgi + + + junit + junit + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller.thirdparty + org.openflow.openflowj + + @@ -27,8 +43,7 @@ true - - org.opendaylight.controller.sal.packet, + org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.discovery, org.opendaylight.controller.sal.topology, @@ -45,46 +60,21 @@ org.slf4j, org.eclipse.osgi.framework.console, org.osgi.framework, - javax.net.ssl - - - org.opendaylight.controller.protocol_plugin.openflow.internal - - - org.openflow.openflowj - - - false - - - org.opendaylight.controller.protocol_plugin.openflow.internal.Activator - + javax.net.ssl + org.opendaylight.controller.protocol_plugin.openflow.internal + org.openflow.openflowj + false + org.opendaylight.controller.protocol_plugin.openflow.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - - junit - junit - - - equinoxSDK381 - org.eclipse.osgi - - - org.opendaylight.controller.thirdparty - org.openflow.openflowj - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/protocol_plugins/stub/pom.xml b/opendaylight/protocol_plugins/stub/pom.xml index 01822197bc..fc760e4919 100644 --- a/opendaylight/protocol_plugins/stub/pom.xml +++ b/opendaylight/protocol_plugins/stub/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - protocol_plugins.stub 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + sal + + @@ -26,7 +30,7 @@ true - org.opendaylight.controller.sal.packet, + org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.discovery, org.opendaylight.controller.sal.topology, @@ -39,28 +43,19 @@ org.apache.commons.lang3.builder, org.apache.commons.lang3.tuple, org.apache.felix.dm, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.protocol_plugins.stub.internal - - - org.opendaylight.controller.protocol_plugins.stub.internal.Activator - + org.osgi.framework + org.opendaylight.controller.protocol_plugins.stub.internal + org.opendaylight.controller.protocol_plugins.stub.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/routing/dijkstra_implementation/pom.xml b/opendaylight/routing/dijkstra_implementation/pom.xml index 5fe338528c..d923c452e6 100644 --- a/opendaylight/routing/dijkstra_implementation/pom.xml +++ b/opendaylight/routing/dijkstra_implementation/pom.xml @@ -7,16 +7,40 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - routing.dijkstra_implementation 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + org.apache.felix.gogo.runtime + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + + org.opendaylight.controller.thirdparty + net.sf.jung2 + + @@ -27,8 +51,7 @@ true - - org.slf4j, + org.slf4j, org.opendaylight.controller.sal.routing, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.topology, @@ -44,45 +67,18 @@ org.apache.felix.dm, org.osgi.framework, org.apache.felix.service.command, - org.junit;resolution:=optional - - - org.opendaylight.controller.routing.dijkstra_implementation.internal.Activator - + org.junit;resolution:=optional + org.opendaylight.controller.routing.dijkstra_implementation.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - topologymanager - - - junit - junit - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - - - equinoxSDK381 - org.apache.felix.gogo.runtime - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/sal/api/pom.xml b/opendaylight/sal/api/pom.xml index 326755309d..070029f891 100644 --- a/opendaylight/sal/api/pom.xml +++ b/opendaylight/sal/api/pom.xml @@ -7,16 +7,32 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sal 0.8.1-SNAPSHOT bundle + + + junit + junit + + + org.apache.commons + commons-lang3 + + + org.apache.felix + org.apache.felix.dependencymanager + + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-api + + @@ -27,17 +43,14 @@ true - - org.slf4j, + org.slf4j, org.osgi.framework, org.apache.commons.lang3.builder, org.apache.felix.dm, org.apache.commons.lang3.tuple, javax.xml.bind.annotation, - javax.xml.bind.annotation.adapters - - - org.opendaylight.controller.sal.authorization, + javax.xml.bind.annotation.adapters + org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.discovery, @@ -49,34 +62,17 @@ org.opendaylight.controller.sal.match, org.opendaylight.controller.sal.inventory, org.opendaylight.controller.sal.flowprogrammer, - org.opendaylight.controller.sal.reader - + org.opendaylight.controller.sal.reader ${project.basedir}/META-INF - - - junit - junit - - - org.osgi - org.osgi.core - - - org.slf4j - slf4j-api - - - org.apache.felix - org.apache.felix.dependencymanager - - - org.apache.commons - commons-lang3 - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/sal/connection/api/pom.xml b/opendaylight/sal/connection/api/pom.xml index 65ba5722a5..2340a829fd 100644 --- a/opendaylight/sal/connection/api/pom.xml +++ b/opendaylight/sal/connection/api/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sal.connection 0.1.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + sal + + @@ -27,33 +31,25 @@ true - - org.slf4j, + org.slf4j, org.osgi.framework, org.apache.felix.dm, org.apache.commons.lang3.tuple, javax.xml.bind.annotation, javax.xml.bind.annotation.adapters, org.opendaylight.controller.sal.core, - org.opendaylight.controller.sal.utils - - - org.opendaylight.controller.sal.connection - + org.opendaylight.controller.sal.utils + org.opendaylight.controller.sal.connection ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/sal/connection/implementation/pom.xml b/opendaylight/sal/connection/implementation/pom.xml index 59a985fea2..e771f846ae 100644 --- a/opendaylight/sal/connection/implementation/pom.xml +++ b/opendaylight/sal/connection/implementation/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sal.connection.implementation 0.1.2-SNAPSHOT bundle + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + @@ -27,8 +31,7 @@ true - - org.slf4j, + org.slf4j, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.inventory, @@ -41,27 +44,19 @@ org.opendaylight.controller.sal.connection, org.apache.felix.dm, org.eclipse.osgi.framework.console, - org.osgi.framework - - - - - org.opendaylight.controller.sal.connection.implementation.internal.Activator - + org.osgi.framework + + org.opendaylight.controller.sal.connection.implementation.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/sal/implementation/pom.xml b/opendaylight/sal/implementation/pom.xml index 16eafa251a..d8a7d7beef 100644 --- a/opendaylight/sal/implementation/pom.xml +++ b/opendaylight/sal/implementation/pom.xml @@ -7,16 +7,25 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sal.implementation 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + org.eclipse.osgi + + + org.opendaylight.controller + sal + + + junit + junit + test + + @@ -27,8 +36,7 @@ true - - org.slf4j, + org.slf4j, org.apache.commons.lang3.builder, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.packet, @@ -41,32 +49,19 @@ org.opendaylight.controller.sal.utils, org.apache.felix.dm, org.eclipse.osgi.framework.console, - org.osgi.framework - - - - - org.opendaylight.controller.sal.implementation.internal.Activator - + org.osgi.framework + + org.opendaylight.controller.sal.implementation.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - equinoxSDK381 - org.eclipse.osgi - - - junit - junit - test - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/sal/networkconfiguration/api/pom.xml b/opendaylight/sal/networkconfiguration/api/pom.xml index 8f9dd47dc3..ed3b391947 100644 --- a/opendaylight/sal/networkconfiguration/api/pom.xml +++ b/opendaylight/sal/networkconfiguration/api/pom.xml @@ -7,16 +7,16 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sal.networkconfiguration 0.0.3-SNAPSHOT bundle + + + org.opendaylight.controller + sal + + @@ -27,26 +27,22 @@ true - - org.slf4j, + org.slf4j, org.osgi.framework, org.apache.felix.dm, org.opendaylight.controller.sal.core, - org.opendaylight.controller.sal.utils - - - org.opendaylight.controller.sal.networkconfig.bridgedomain - + org.opendaylight.controller.sal.utils + org.opendaylight.controller.sal.networkconfig.bridgedomain ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/sal/networkconfiguration/implementation/pom.xml b/opendaylight/sal/networkconfiguration/implementation/pom.xml index 82cb8af4af..38944e6314 100644 --- a/opendaylight/sal/networkconfiguration/implementation/pom.xml +++ b/opendaylight/sal/networkconfiguration/implementation/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - sal.networkconfiguration.implementation 0.0.3-SNAPSHOT bundle + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.networkconfiguration + + @@ -27,33 +31,24 @@ true - - org.slf4j, + org.slf4j, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.networkconfig.bridgedomain, org.apache.felix.dm, - org.osgi.framework - - - - - org.opendaylight.controller.sal.networkconfig.internal.Activator - + org.osgi.framework + + org.opendaylight.controller.sal.networkconfig.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.networkconfiguration - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/samples/loadbalancer/pom.xml b/opendaylight/samples/loadbalancer/pom.xml index f7e9d7ebbc..4d8212209b 100644 --- a/opendaylight/samples/loadbalancer/pom.xml +++ b/opendaylight/samples/loadbalancer/pom.xml @@ -7,16 +7,36 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - samples.loadbalancer 0.5.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + @@ -27,14 +47,11 @@ true - - org.opendaylight.controller.samples.loadbalancer, + org.opendaylight.controller.samples.loadbalancer, org.opendaylight.controller.samples.loadbalancer.entities, org.opendaylight.controller.samples.loadbalancer.internal, - org.opendaylight.controller.samples.loadbalancer.policies - - - org.opendaylight.controller.sal.core, + org.opendaylight.controller.samples.loadbalancer.policies + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.match, @@ -59,43 +76,19 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.samples.loadbalancer.internal.Activator - - - + org.osgi.framework + org.opendaylight.controller.samples.loadbalancer.internal.Activator + ${project.basedir}/META-INF - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - sal - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/samples/northbound/loadbalancer/pom.xml b/opendaylight/samples/northbound/loadbalancer/pom.xml index d90559372d..9dd0f99be6 100644 --- a/opendaylight/samples/northbound/loadbalancer/pom.xml +++ b/opendaylight/samples/northbound/loadbalancer/pom.xml @@ -7,30 +7,39 @@ 1.4.2-SNAPSHOT ../../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - samples.loadbalancer.northbound 0.4.2-SNAPSHOT bundle + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + samples.loadbalancer + + - - org.codehaus.enunciate - maven-enunciate-plugin - - - org.opendaylight.controller - sal - 0.7.1-SNAPSHOT - - - org.apache.felix maven-bundle-plugin @@ -38,8 +47,7 @@ true - - org.opendaylight.controller.samples.loadbalancer, + org.opendaylight.controller.samples.loadbalancer, org.opendaylight.controller.samples.loadbalancer.entities, org.opendaylight.controller.samples.loadbalancer.internal, org.opendaylight.controller.samples.loadbalancer.policies, @@ -60,40 +68,30 @@ org.apache.catalina.filters, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /one/nb/v2/lb ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + 0.7.1-SNAPSHOT + + + - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - samples.loadbalancer - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/samples/simpleforwarding/pom.xml b/opendaylight/samples/simpleforwarding/pom.xml index 38a32f6b88..d65980e26c 100644 --- a/opendaylight/samples/simpleforwarding/pom.xml +++ b/opendaylight/samples/simpleforwarding/pom.xml @@ -7,16 +7,36 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - samples.simpleforwarding 0.4.2-SNAPSHOT bundle + + + junit + junit + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + @@ -27,8 +47,7 @@ true - - org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.hosttracker, @@ -45,44 +64,19 @@ org.apache.commons.lang3.builder, org.junit;resolution:=optional, org.slf4j, - org.apache.felix.dm - - - org.opendaylight.controller.samples.simpleforwarding - - - org.opendaylight.controller.samples.simpleforwarding.internal.Activator - + org.apache.felix.dm + org.opendaylight.controller.samples.simpleforwarding + org.opendaylight.controller.samples.simpleforwarding.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - hosttracker - - - org.opendaylight.controller - switchmanager - - - junit - junit - - - org.opendaylight.controller - sal - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/security/pom.xml b/opendaylight/security/pom.xml index 8bb18367e9..7ac2dbbe31 100644 --- a/opendaylight/security/pom.xml +++ b/opendaylight/security/pom.xml @@ -7,16 +7,24 @@ 1.4.2-SNAPSHOT ../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - security 0.4.2-SNAPSHOT bundle + + + orbit + org.apache.catalina + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + usermanager + + @@ -26,11 +34,8 @@ true - - org.apache.catalina - - - org.slf4j, + org.apache.catalina + org.slf4j, javax.servlet, org.apache.catalina, org.apache.catalina.connector, @@ -38,29 +43,18 @@ org.apache.catalina.realm, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.authorization, - org.opendaylight.controller.usermanager - - - org.opendaylight.controller.security - + org.opendaylight.controller.usermanager + org.opendaylight.controller.security ${project.basedir}/META-INF - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - sal - - - orbit - org.apache.catalina - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/statisticsmanager/api/pom.xml b/opendaylight/statisticsmanager/api/pom.xml index 466eeccf51..bcc4f407f0 100644 --- a/opendaylight/statisticsmanager/api/pom.xml +++ b/opendaylight/statisticsmanager/api/pom.xml @@ -7,16 +7,20 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - statisticsmanager 0.5.1-SNAPSHOT bundle + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + @@ -26,30 +30,22 @@ true - - org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.flowprogrammer, org.slf4j, org.opendaylight.controller.sal.reader, - org.apache.felix.dm - - - org.opendaylight.controller.statisticsmanager - + org.apache.felix.dm + org.opendaylight.controller.statisticsmanager ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - forwardingrulesmanager - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/statisticsmanager/implementation/pom.xml b/opendaylight/statisticsmanager/implementation/pom.xml index edfe3f450c..623c028a56 100644 --- a/opendaylight/statisticsmanager/implementation/pom.xml +++ b/opendaylight/statisticsmanager/implementation/pom.xml @@ -7,12 +7,6 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - statisticsmanager.implementation 0.4.2-SNAPSHOT @@ -20,9 +14,43 @@ reuseReports - target/jacoco.exec target/jacoco-it.exec + target/jacoco.exec + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller + statisticsmanager + + + org.opendaylight.controller + switchmanager + + @@ -41,8 +69,7 @@ true - - org.opendaylight.controller.clustering.services, + org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.flowprogrammer, org.opendaylight.controller.sal.reader, @@ -55,13 +82,9 @@ org.opendaylight.controller.statisticsmanager, org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.connectionmanager, - org.apache.felix.dm - - - org.opendaylight.controller.statisticsmanager.internal.Activator - - - + org.apache.felix.dm + org.opendaylight.controller.statisticsmanager.internal.Activator + ${project.basedir}/META-INF @@ -70,7 +93,9 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -81,47 +106,19 @@ post-test - test report + test - - - org.opendaylight.controller - statisticsmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal.connection - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - connectionmanager - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index e80c4c9c5b..2946e698fe 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -7,100 +7,111 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - statisticsmanager.integrationtest 0.4.2-SNAPSHOT + + ../implementation/target/jacoco-it.exec + + ../implementation/target/jacoco.exec + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + junit + junit + org.opendaylight.controller - protocol_plugins.stub + clustering.services org.opendaylight.controller - sal + clustering.stub - + + org.opendaylight.controller - sal.implementation + configuration org.opendaylight.controller - containermanager + configuration.implementation org.opendaylight.controller - containermanager.it.implementation + connectionmanager org.opendaylight.controller - forwardingrulesmanager + connectionmanager.implementation org.opendaylight.controller - clustering.services + containermanager org.opendaylight.controller - clustering.stub + containermanager.it.implementation org.opendaylight.controller - statisticsmanager + forwardingrulesmanager org.opendaylight.controller - statisticsmanager.implementation + hosttracker org.opendaylight.controller - switchmanager.implementation + protocol_plugins.stub org.opendaylight.controller - switchmanager + sal - - + org.opendaylight.controller - configuration + sal.connection org.opendaylight.controller - configuration.implementation + sal.connection.implementation - + org.opendaylight.controller - hosttracker + sal.implementation org.opendaylight.controller - topologymanager + statisticsmanager org.opendaylight.controller - connectionmanager + statisticsmanager.implementation org.opendaylight.controller - connectionmanager.implementation + switchmanager org.opendaylight.controller - sal.connection + switchmanager.implementation org.opendaylight.controller - sal.connection.implementation + topologymanager - junit - junit + org.slf4j + log4j-over-slf4j @@ -123,24 +134,7 @@ pax-url-aether test - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - - ../implementation/target/jacoco.exec - ../implementation/target/jacoco-it.exec - @@ -148,7 +142,9 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -167,4 +163,10 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/switchmanager/api/pom.xml b/opendaylight/switchmanager/api/pom.xml index 75e194620a..223bb889bc 100644 --- a/opendaylight/switchmanager/api/pom.xml +++ b/opendaylight/switchmanager/api/pom.xml @@ -7,12 +7,6 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - switchmanager 0.7.1-SNAPSHOT @@ -24,6 +18,21 @@ target/jacoco.exec target/jacoco-it.exec + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + + junit + junit + test + + @@ -42,18 +51,14 @@ true - - org.opendaylight.controller.switchmanager - - - org.opendaylight.controller.configuration, + org.opendaylight.controller.switchmanager + org.opendaylight.controller.configuration, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.inventory, org.slf4j, - javax.xml.bind.annotation - + javax.xml.bind.annotation ${project.basedir}/META-INF @@ -62,7 +67,9 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -73,28 +80,19 @@ post-test - test report + test - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - junit - junit - test - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 38ce7be9a0..542470acf1 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -7,12 +7,6 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - switchmanager.implementation 0.4.2-SNAPSHOT @@ -24,6 +18,40 @@ target/jacoco.exec target/jacoco-it.exec + + + equinoxSDK381 + org.apache.felix.gogo.runtime + + + equinoxSDK381 + org.eclipse.osgi + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + statisticsmanager + + + org.opendaylight.controller + switchmanager + + @@ -42,10 +70,8 @@ true - - - - org.opendaylight.controller.configuration, + + org.opendaylight.controller.configuration, org.opendaylight.controller.switchmanager, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.core, @@ -60,11 +86,8 @@ org.osgi.framework, org.apache.felix.service.command, javax.xml.bind.annotation, - org.apache.commons.lang3.builder - - - org.opendaylight.controller.switchmanager.internal.Activator - + org.apache.commons.lang3.builder + org.opendaylight.controller.switchmanager.internal.Activator ${project.basedir}/META-INF @@ -73,7 +96,9 @@ org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -84,47 +109,19 @@ post-test - test report + test - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - statisticsmanager - - - junit - junit - - - equinoxSDK381 - org.eclipse.osgi - - - equinoxSDK381 - org.apache.felix.gogo.runtime - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/switchmanager/integrationtest/pom.xml b/opendaylight/switchmanager/integrationtest/pom.xml index 4f49a0f634..4a8d93f3b3 100644 --- a/opendaylight/switchmanager/integrationtest/pom.xml +++ b/opendaylight/switchmanager/integrationtest/pom.xml @@ -7,32 +7,43 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - switchmanager.integrationtest 0.4.2-SNAPSHOT + + ../implementation/target/jacoco-it.exec + + ../implementation/target/jacoco.exec + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + junit + junit + org.opendaylight.controller - switchmanager + clustering.services - + org.opendaylight.controller - switchmanager.implementation + clustering.stub - + org.opendaylight.controller - sal + configuration - + org.opendaylight.controller - sal.implementation + configuration.implementation org.opendaylight.controller @@ -44,39 +55,39 @@ org.opendaylight.controller - clustering.services + hosttracker org.opendaylight.controller - clustering.stub + hosttracker.implementation org.opendaylight.controller - configuration + protocol_plugins.stub org.opendaylight.controller - configuration.implementation + sal org.opendaylight.controller - hosttracker + sal.implementation org.opendaylight.controller - hosttracker.implementation + switchmanager org.opendaylight.controller - topologymanager + switchmanager.implementation org.opendaylight.controller - protocol_plugins.stub + topologymanager - junit - junit + org.slf4j + log4j-over-slf4j @@ -99,24 +110,7 @@ pax-url-aether test - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - - ../implementation/target/jacoco.exec - ../implementation/target/jacoco-it.exec - @@ -125,7 +119,9 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -144,5 +140,11 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/topologymanager/implementation/pom.xml b/opendaylight/topologymanager/implementation/pom.xml index 76d849c6a8..746135891e 100644 --- a/opendaylight/topologymanager/implementation/pom.xml +++ b/opendaylight/topologymanager/implementation/pom.xml @@ -7,16 +7,37 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - topologymanager 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + org.eclipse.osgi + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + junit + junit + test + + @@ -27,11 +48,8 @@ true - - org.opendaylight.controller.topologymanager - - - javax.xml.bind.annotation, + org.opendaylight.controller.topologymanager + javax.xml.bind.annotation, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, @@ -45,42 +63,18 @@ org.apache.commons.lang3.builder, org.apache.commons.lang3.tuple, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.topologymanager.internal.Activator - + org.osgi.framework + org.opendaylight.controller.topologymanager.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - switchmanager - - - junit - junit - test - - - equinoxSDK381 - org.eclipse.osgi - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/topologymanager/integrationtest/pom.xml b/opendaylight/topologymanager/integrationtest/pom.xml index 7aa0d80cd2..e278ecffd9 100644 --- a/opendaylight/topologymanager/integrationtest/pom.xml +++ b/opendaylight/topologymanager/integrationtest/pom.xml @@ -7,32 +7,30 @@ 0.5.2-SNAPSHOT ../../commons/integrationtest - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - topologymanager.integrationtest 0.4.1-SNAPSHOT + + ../implementaiton/target/jacoco-it.exec + + ../implementation/target/jacoco.exec + - org.ops4j.pax.exam - pax-exam-container-native - test + org.opendaylight.controller + clustering.services org.opendaylight.controller - protocol_plugins.stub + clustering.stub org.opendaylight.controller - sal + configuration - + org.opendaylight.controller - sal.implementation + configuration.implementation org.opendaylight.controller @@ -48,50 +46,46 @@ org.opendaylight.controller - clustering.services + hosttracker org.opendaylight.controller - clustering.stub + protocol_plugins.stub org.opendaylight.controller - statisticsmanager + sal org.opendaylight.controller - statisticsmanager.implementation + sal.implementation org.opendaylight.controller - switchmanager.implementation + statisticsmanager org.opendaylight.controller - switchmanager + statisticsmanager.implementation org.opendaylight.controller - configuration + switchmanager org.opendaylight.controller - configuration.implementation - - - org.opendaylight.controller - hosttracker + switchmanager.implementation org.opendaylight.controller topologymanager + + org.ops4j.pax.exam + pax-exam-container-native + test + - - - ../implementation/target/jacoco.exec - ../implementaiton/target/jacoco-it.exec - @@ -99,7 +93,9 @@ jacoco-maven-plugin ../implementation/target/jacoco-it.exec - org.opendaylight.controller.* + + org.opendaylight.controller.* + @@ -118,4 +114,10 @@ + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/usermanager/api/pom.xml b/opendaylight/usermanager/api/pom.xml index fa61602092..ab2bb4fa12 100644 --- a/opendaylight/usermanager/api/pom.xml +++ b/opendaylight/usermanager/api/pom.xml @@ -1,4 +1,5 @@ - + + 4.0.0 org.opendaylight.controller @@ -6,16 +7,37 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - usermanager 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + javax.servlet + + + junit + junit + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + sal + + + + org.springframework.security + spring-security-core + + + org.springframework.security + spring-security-web + + @@ -25,8 +47,7 @@ true - - org.opendaylight.controller.configuration, + org.opendaylight.controller.configuration, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.packet, @@ -44,44 +65,19 @@ org.springframework.security.authentication, org.springframework.security.core.authority, org.springframework.security.core.userdetails, - javax.xml.bind.annotation - - - org.opendaylight.controller.usermanager, - - - + javax.xml.bind.annotation + org.opendaylight.controller.usermanager, + ${project.basedir}/META-INF - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - junit - junit - - - equinoxSDK381 - javax.servlet - - - - org.springframework.security - spring-security-core - - - org.springframework.security - spring-security-web - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/usermanager/implementation/pom.xml b/opendaylight/usermanager/implementation/pom.xml index 58bbec3dc8..58539ae698 100644 --- a/opendaylight/usermanager/implementation/pom.xml +++ b/opendaylight/usermanager/implementation/pom.xml @@ -1,4 +1,5 @@ - + + 4.0.0 org.opendaylight.controller @@ -6,16 +7,49 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - usermanager.implementation 0.4.2-SNAPSHOT bundle + + + equinoxSDK381 + org.eclipse.osgi + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + usermanager + + + org.slf4j + jcl-over-slf4j + + + org.springframework.security + spring-security-web + + + @@ -25,8 +59,7 @@ true - - org.opendaylight.controller.configuration, + org.opendaylight.controller.configuration, org.opendaylight.controller.clustering.services, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.core, @@ -48,60 +81,24 @@ org.springframework.security.authentication, org.springframework.security.core.authority, org.springframework.security.core.userdetails, - org.opendaylight.controller.usermanager - + org.opendaylight.controller.usermanager - - - - org.opendaylight.controller.usermanager.internal.Activator - + + org.opendaylight.controller.usermanager.internal.Activator ${project.basedir}/META-INF - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - org.springframework.security - spring-security-web - - - equinoxSDK381 - org.eclipse.osgi - - - junit - junit - - - org.slf4j - jcl-over-slf4j - - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/web/devices/pom.xml b/opendaylight/web/devices/pom.xml index 617820b952..8ec05a1102 100644 --- a/opendaylight/web/devices/pom.xml +++ b/opendaylight/web/devices/pom.xml @@ -7,16 +7,44 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - devices.web 0.4.2-SNAPSHOT bundle + + + com.fasterxml.jackson.core + jackson-databind + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + forwarding.staticrouting + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + web + + @@ -26,10 +54,8 @@ true - - - - org.opendaylight.controller.forwardingrulesmanager, + + org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.connection, @@ -80,8 +106,7 @@ org.springframework.web.servlet.config, org.springframework.web.servlet.view, org.springframework.web.filter, - org.springframework.web.context - + org.springframework.web.context /controller/web/devices ${project.basedir}/src/main/resources/META-INF @@ -89,38 +114,10 @@ - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - web - - - org.opendaylight.controller - forwarding.staticrouting - - - com.fasterxml.jackson.core - jackson-databind - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/web/flows/pom.xml b/opendaylight/web/flows/pom.xml index c966f67da5..718b6dfc50 100644 --- a/opendaylight/web/flows/pom.xml +++ b/opendaylight/web/flows/pom.xml @@ -7,16 +7,36 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - flows.web 0.4.2-SNAPSHOT bundle + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + usermanager + + + org.opendaylight.controller + web + + @@ -26,10 +46,8 @@ true - - - - org.opendaylight.controller.forwardingrulesmanager, + + org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.core, @@ -78,8 +96,7 @@ org.springframework.web.servlet.config, org.springframework.web.servlet.view, org.springframework.web.filter, - org.springframework.web.context - + org.springframework.web.context /controller/web/flows ${project.basedir}/src/main/resources/META-INF @@ -87,30 +104,10 @@ - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - web - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/web/osgi-brandfragment/pom.xml b/opendaylight/web/osgi-brandfragment/pom.xml index 22758860b4..fc680a5493 100644 --- a/opendaylight/web/osgi-brandfragment/pom.xml +++ b/opendaylight/web/osgi-brandfragment/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -10,8 +11,8 @@ osgi-brandfragment.web 0.0.2-SNAPSHOT - OSGi management web application brand fragment bundle + OSGi management web application brand fragment diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index c2e62d6d41..441aab835e 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -7,16 +7,56 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - web 0.4.2-SNAPSHOT bundle + + + com.google.code.gson + gson + + + equinoxSDK381 + javax.servlet + + + junit + junit + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + usermanager + + + org.springframework + org.springframework.web + + @@ -27,8 +67,7 @@ true - - org.opendaylight.controller.configuration, + org.opendaylight.controller.configuration, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, @@ -81,11 +120,8 @@ org.springframework.web.filter, org.springframework.web.context, org.springframework.util, - org.apache.catalina.filters - - - org.opendaylight.controller.web - + org.apache.catalina.filters + org.opendaylight.controller.web / ${project.basedir}/src/main/resources/META-INF @@ -93,50 +129,10 @@ - - - org.opendaylight.controller - clustering.services - - - org.opendaylight.controller - connectionmanager - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - usermanager - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.springframework - org.springframework.web - - - equinoxSDK381 - javax.servlet - - - com.google.code.gson - gson - - - junit - junit - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/web/topology/pom.xml b/opendaylight/web/topology/pom.xml index 7193ef3182..fbd07fb4fd 100644 --- a/opendaylight/web/topology/pom.xml +++ b/opendaylight/web/topology/pom.xml @@ -7,16 +7,45 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - topology.web 0.4.2-SNAPSHOT bundle + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + topologymanager + + + org.opendaylight.controller + web + + + org.opendaylight.controller.thirdparty + net.sf.jung2 + + + junit + junit + test + + @@ -26,10 +55,8 @@ true - - - - org.opendaylight.controller.containermanager, + + org.opendaylight.controller.containermanager, org.opendaylight.controller.configuration, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.packet.address, @@ -82,8 +109,7 @@ org.springframework.web.servlet.config, org.springframework.web.servlet.view, org.springframework.web.filter, - org.springframework.web.context, - + org.springframework.web.context, /controller/web/topology ${project.basedir}/src/main/resources/META-INF @@ -91,39 +117,10 @@ - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - configuration - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - topologymanager - - - org.opendaylight.controller - web - - - org.opendaylight.controller.thirdparty - net.sf.jung2 - - - junit - junit - test - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/opendaylight/web/troubleshoot/pom.xml b/opendaylight/web/troubleshoot/pom.xml index bc65e699a0..1c03f30aae 100644 --- a/opendaylight/web/troubleshoot/pom.xml +++ b/opendaylight/web/troubleshoot/pom.xml @@ -7,16 +7,40 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - troubleshoot.web 0.4.2-SNAPSHOT bundle + + + com.fasterxml.jackson.core + jackson-databind + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + statisticsmanager + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + web + + @@ -26,10 +50,8 @@ true - - - - org.opendaylight.controller.forwardingrulesmanager, + + org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.action, org.opendaylight.controller.sal.core, @@ -80,8 +102,7 @@ org.springframework.web.servlet.config, org.springframework.web.servlet.view, org.springframework.web.filter, - org.springframework.web.context - + org.springframework.web.context /controller/web/troubleshoot ${project.basedir}/src/main/resources/META-INF @@ -89,34 +110,10 @@ - - - org.opendaylight.controller - forwardingrulesmanager - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - statisticsmanager - - - org.opendaylight.controller - web - - - com.fasterxml.jackson.core - jackson-databind - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + diff --git a/pom.xml b/pom.xml index 446c90048e..792c66dbda 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,6 @@ 4.0.0 - - 3.0 - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - org.opendaylight.controller commons.parent @@ -19,6 +10,9 @@ releasepom 0.1.2-SNAPSHOT pom + + 3.0 + opendaylight/distribution/opendaylight opendaylight/forwarding/staticrouting @@ -129,36 +123,42 @@ opendaylight/commons/parent opendaylight/commons/logback_settings + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + - - - integrationtests - - false - - - opendaylight/clustering/integrationtest - opendaylight/configuration/integrationtest - opendaylight/forwardingrulesmanager/integrationtest - opendaylight/hosttracker/integrationtest - opendaylight/switchmanager/integrationtest - opendaylight/topologymanager/integrationtest - - opendaylight/northbound/integrationtest - opendaylight/statisticsmanager/integrationtest - opendaylight/commons/integrationtest - opendaylight/containermanager/it.implementation - opendaylight/distribution/sanitytest/ - - - - docs - - false - - - opendaylight/northbound/java-client - - - + + + integrationtests + + false + + + opendaylight/clustering/integrationtest + opendaylight/configuration/integrationtest + opendaylight/forwardingrulesmanager/integrationtest + opendaylight/hosttracker/integrationtest + opendaylight/switchmanager/integrationtest + opendaylight/topologymanager/integrationtest + + opendaylight/northbound/integrationtest + opendaylight/statisticsmanager/integrationtest + opendaylight/commons/integrationtest + opendaylight/containermanager/it.implementation + opendaylight/distribution/sanitytest/ + + + + docs + + false + + + opendaylight/northbound/java-client + + +