Merge "Fix 'Row cannot be cast to Interface' exceptions"
[ovsdb.git] / pom.xml
diff --git a/pom.xml b/pom.xml
old mode 100755 (executable)
new mode 100644 (file)
index 39a4ab9..4fe29d7
--- a/pom.xml
+++ b/pom.xml
@@ -1,32 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-    <maven>3.0</maven>
-  </prerequisites>
 
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
-    <artifactId>commons.ovsdb</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <artifactId>commons</artifactId>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
-  <groupId>org.opendaylight.ovsdb</groupId>
-  <artifactId>ovsdb.project</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+
+  <artifactId>ovsdb</artifactId>
+  <version>1.1.0-SNAPSHOT</version>
+  <name>ovsdb</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
+
+  <prerequisites>
+    <maven>3.0</maven>
+  </prerequisites>
+
+  <modules>
+    <!-- Parent POM files -->
+    <module>commons/parent</module>
+    <module>commons/integrationtest</module>
+    <!-- OVSDB Components -->
+    <module>library</module>
+    <module>schemas/openvswitch</module>
+    <module>schemas/hardwarevtep</module>
+    <module>plugin</module>
+    <module>plugin-shell</module>
+    <module>plugin-mdsal-adapter</module>
+    <module>northbound</module>
+    <module>utils/config</module>
+    <module>utils/mdsal-openflow</module>
+    <module>openstack/net-virt</module>
+    <module>openstack/net-virt-providers</module>
+    <module>ovs-sfc</module>
+    <!-- Integration Tests -->
+    <module>integrationtest</module>
+    <!-- Config Files -->
+    <!-- Karaf Distribution -->
+    <module>features/ovsdb</module>
+    <module>features/ovs-sfc</module>
+    <!-- OVSDB Distribution -->
+    <module>distribution/opendaylight</module>
+    <module>distribution/opendaylight-karaf</module>
+  </modules>
+
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
-    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
     <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
-  <modules>
-    <module>ovsdb</module>
-    <module>northbound/ovsdb</module>
-    <module>neutron</module>
-    <module>commons/parent</module>
-    <module>distribution/opendaylight</module>
-  </modules>
 
 </project>