X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=ovs-sfc%2Fpom.xml;h=2ef948c38eaec33600e0bcf7cced3b441053f851;hb=0225bc35807356028147a9f9ce0fb7012b0cb8b2;hp=e27a690c1d9aac9fbc44d4e20a2ea38f01aa7380;hpb=e22fc7634e5de026ae58249e83562bcf8529c0d6;p=netvirt.git diff --git a/ovs-sfc/pom.xml b/ovs-sfc/pom.xml index e27a690c1d..2ef948c38e 100644 --- a/ovs-sfc/pom.xml +++ b/ovs-sfc/pom.xml @@ -1,82 +1,219 @@ + - 4.0.0 - - org.opendaylight.ovsdb - commons - 1.2.0-SNAPSHOT - ../commons/parent - - ovs-sfc - 1.0.0-SNAPSHOT - Opendaylight OVS SFC Plugin - bundle + 4.0.0 - - - junit - junit - test - - - org.opendaylight.controller - sal - - - org.slf4j - slf4j-api - - + + org.opendaylight.ovsdb + commons + 1.4.0-SNAPSHOT + ../commons/parent + + + 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 - 2.3.6 - true - - - - org.opendaylight.controller.sal.core, - org.slf4j - - - org.opendaylight.ovsdb.ovssfc - - org.opendaylight.ovsdb.ovssfc.internal.Activator - - ${project.basedir}/META-INF - - - - org.apache.maven.plugins - maven-checkstyle-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 + + +