Merge "Basic neutron IT netvirt test"
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 28bda5d94801381871c1f286521709cdc5508318..a49e45a35386a2022ab0bf9e1473f5227933d215 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,14 +12,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.ovsdb</groupId>
-    <artifactId>commons</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
-    <relativePath>commons/parent</relativePath>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
-  <artifactId>ovsdb</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <groupId>org.opendaylight.netvirt</groupId>
+  <artifactId>netvirt</artifactId>
+  <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project 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>
@@ -38,8 +39,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </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>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
@@ -49,36 +50,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <modules>
-    <!-- Parent POM files -->
     <module>commons</module>
-
     <module>features</module>
     <module>karaf</module>
-    <!-- OVSDB Components -->
-    <module>library</module>
-    <module>southbound</module>
-    <module>northbound</module>
+    <module>netvirt</module>
     <module>openstack</module>
-    <module>plugin</module>
-    <module>ovsdb-artifacts</module>
-    <module>ovsdb-plugin-compatibility-layer</module>
-    <module>plugin-shell</module>
-    <module>schemas</module>
-    <module>utils</module>
+    <module>netvirt-artifacts</module>
     <module>ovsdb-ui</module>
-    <!-- Integration Tests -->
-    <module>integrationtest</module>
+    <module>utils</module>
   </modules>
 
+  <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
           <skip>true</skip>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
-
-</project>
+</project>
\ No newline at end of file