Squashed commit of the following:
[ovsdb.git] / openstack / pom.xml
index b02a855cc3da4ecb7af7718e58fc3525fc55ca84..4b708c5e5d5efce3abd7abc00ab600693c0fc39c 100644 (file)
@@ -22,6 +22,27 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <version>1.1.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
+  <description>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.</description>
+  <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
+  <licenses>
+    <license>
+      <name>Eclipse Public License v1.0</name>
+      <url>http://www.eclipse.org/legal/epl-v10.html</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>Sam Hague</name>
+      <email>shague@gmail.com</email>
+      <url>https://github.com/shague</url>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
+  </scm>
 
   <prerequisites>
     <maven>3.1.1</maven>
@@ -29,5 +50,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modules>
     <module>net-virt</module>
     <module>net-virt-providers</module>
+    <module>net-virt-it</module>
   </modules>
 </project>