From: Madhu Venugopal Date: Thu, 28 Aug 2014 05:59:20 +0000 (-0700) Subject: Adding Karaf feature for openflow Nicira Extensions support X-Git-Tag: release/helium~103^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c46bca34b1e903c71a485b4b5255a4996b2f09e4;p=ovsdb.git Adding Karaf feature for openflow Nicira Extensions support Change-Id: I871c4c1d242770dd9b2f8a21b50f874388eeeb45 Signed-off-by: Madhu Venugopal --- diff --git a/features/of-nxm-extensions/pom.xml b/features/of-nxm-extensions/pom.xml new file mode 100644 index 000000000..3d4b37a01 --- /dev/null +++ b/features/of-nxm-extensions/pom.xml @@ -0,0 +1,130 @@ + + + 4.0.0 + + org.opendaylight.ovsdb + commons + 1.2.0-SNAPSHOT + ../../commons/parent + + features-openflow-nxm + Openflow Nicira Extensions Karaf Feature + 0.0.3-SNAPSHOT + jar + + features.xml + 0.5-SNAPSHOT + 0.0.3-SNAPSHOT + 1.0.2 + 1.0.0-SNAPSHOT + + + + org.opendaylight.yangtools + features-test + + + org.opendaylight.controller + opendaylight-karaf-empty + zip + + + + org.opendaylight.openflowplugin + features-openflowplugin + ${openflowplugin.version} + features + xml + + + org.opendaylight.openflowplugin + openflowplugin-extension-nicira + ${openflowplugin.version} + + + org.opendaylight.openflowplugin + openflowjava-extension-nicira-api + ${openflowplugin.version} + + + org.opendaylight.openflowplugin + openflowjava-extension-nicira + ${openflowplugin.version} + + + org.opendaylight.ovsdb + of-extension.nx-ofjava + 1.0.0-SNAPSHOT + + + org.opendaylight.ovsdb + of-extension.nx-sal + 1.0.0-SNAPSHOT + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.opendaylight.controller + opendaylight-karaf-empty + 1.4.2-SNAPSHOT + + + org.opendaylight.yangtools:features-test + + + + + + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + diff --git a/features/of-nxm-extensions/src/main/resources/features.xml b/features/of-nxm-extensions/src/main/resources/features.xml new file mode 100644 index 000000000..fe25b5542 --- /dev/null +++ b/features/of-nxm-extensions/src/main/resources/features.xml @@ -0,0 +1,16 @@ + + + mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features + + + odl-openflowplugin-southbound + mvn:org.opendaylight.openflowplugin/openflowplugin-extension-nicira/${openflowplugin.version} + mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira-api/${openflowplugin.version} + mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira/${openflowplugin.version} + mvn:org.opendaylight.ovsdb/of-extension.nx-ofjava/${ovsdb.nx.version} + mvn:org.opendaylight.ovsdb/of-extension.nx-sal/${ovsdb.nx.version} + + + diff --git a/pom.xml b/pom.xml index c99f52362..c2a1b8b9d 100755 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ integrationtest features/ovsdb + features/of-nxm-extensions distribution/opendaylight