Drop Maven prerequisite
[netvirt.git] / openstack / pom.xml
index da0cc5223209d76ecfb115ce83d104bbd95b34f4..f04a541d2fca7693a8d5bb7ace0a0713231bdae1 100644 (file)
@@ -14,17 +14,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>openstack</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.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>
@@ -45,14 +44,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
 
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
   <modules>
+    <module>commons</module>
+    <module>features</module>
+    <module>karaf</module>
+    <module>netvirt-artifacts</module>
+    <module>ovsdb-ui</module>
+    <module>utils</module>
     <module>net-virt</module>
-    <module>net-virt-providers</module>
     <module>net-virt-it</module>
+    <module>net-virt-providers</module>
     <module>net-virt-sfc</module>
+    <module>sfc-translator</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
@@ -75,4 +78,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </plugins>
   </build>
 
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
 </project>