X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=ovs-sfc%2Fpom.xml;h=2ef948c38eaec33600e0bcf7cced3b441053f851;hb=0ac404938f61fa11746e322a7e1c06a948db42c6;hp=b0b2842c0e5679f4f40961953cccfd4541269725;hpb=c33863fd5017fc1a32dbfd215d7a581cb43562b8;p=ovsdb.git diff --git a/ovs-sfc/pom.xml b/ovs-sfc/pom.xml index b0b2842c0..2ef948c38 100644 --- a/ovs-sfc/pom.xml +++ b/ovs-sfc/pom.xml @@ -1,198 +1,219 @@ + - 4.0.0 - - org.opendaylight.ovsdb - commons - 1.3.0-SNAPSHOT - ../commons/parent - - ovssfc - OpenDaylight OVS Service Function Chaining - 0.1.0-SNAPSHOT - bundle + 4.0.0 - - target/generated-sources/config - + + org.opendaylight.ovsdb + commons + 1.4.0-SNAPSHOT + ../commons/parent + - - - org.osgi - org.osgi.core - - - com.google.guava - guava - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-binding-config - - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.controller.model - model-flow-base - - - org.opendaylight.controller.model - model-flow-service - - - org.opendaylight.controller.model - model-inventory - - - org.opendaylight.ovsdb - library - - - org.opendaylight.ovsdb - plugin - - - org.opendaylight.ovsdb - schema.openvswitch - - - org.opendaylight.ovsdb - utils.mdsal-openflow - - - org.opendaylight.sfc - sfc-model - - - org.opendaylight.yangtools - concepts - - - org.opendaylight.yangtools - yang-binding - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - opendaylight-l2-types - - - org.slf4j - slf4j-api - - + ovssfc + 0.2.0-SNAPSHOT + bundle + The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + + Eclipse Public License v1.0 + http://www.eclipse.org/legal/epl-v10.html + + + + + Sam Hague + shague@gmail.com + https://github.com/shague + + + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + - - - - org.apache.felix - maven-bundle-plugin - ${bundle.plugin.version} - true - - - utils.mdsal-openflow;type=!pom;inline=false - true - - /OSGI-OPT/ovs-sfc/53-ovssfc-provider.xml=${project.basedir}/src/main/resources/initial/53-ovssfc-provider.xml,{maven-resources} - - - ${project.basedir}/META-INF - - - - 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 - ${controller.config.version} - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.jacoco - jacoco-maven-plugin - - - + + target/generated-sources/config + - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - HEAD - https://wiki.opendaylight.org/view/OVSDB_Integration:Main - + + + org.osgi + org.osgi.core + + + com.google.guava + guava + + + junit + junit + test + + + org.mockito + mockito-all + test + + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.openflowplugin.model + model-flow-base + + + org.opendaylight.openflowplugin.model + model-flow-service + + + org.opendaylight.controller.model + model-inventory + + + org.opendaylight.ovsdb + library + + + org.opendaylight.ovsdb + plugin + + + org.opendaylight.ovsdb + schema.openvswitch + + + org.opendaylight.ovsdb + utils.mdsal-openflow + + + org.opendaylight.sfc + sfc-model + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.mdsal.model + ietf-inet-types + + + org.opendaylight.mdsal.model + opendaylight-l2-types + + + org.slf4j + slf4j-api + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + utils.mdsal-openflow;type=!pom;inline=false + true + + /OSGI-OPT/ovs-sfc/53-ovssfc-provider.xml=${project.basedir}/src/main/resources/initial/53-ovssfc-provider.xml,{maven-resources} + + + ${project.basedir}/META-INF + + + + 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 + ${controller.config.version} + + + org.opendaylight.mdsal + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.jacoco + jacoco-maven-plugin + + +