Patch 1:Added the Neutron LBaaSv2.0 model
[neutron.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6d347527e0f1e5cc5ffe610e874bb36eb0159c1f..fc1e1e42e6fc4d94dbc9d9752920dfa7740a960c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,15 +8,25 @@
 
 <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>
+  <parent>
+    <groupId>org.opendaylight.neutron</groupId>
+    <artifactId>project-neutron-parent</artifactId>
+    <version>0.5.0-SNAPSHOT</version>
+    <relativePath>parent</relativePath>
+  </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron</artifactId>
   <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>neutron</name> <!-- Used by Sonar to set project name -->
   <modules>
+    <module>parent</module>
     <module>neutron-spi</module>
     <module>northbound-api</module>
     <module>transcriber</module>
+    <module>dummyprovider</module>
     <module>features</module>
     <module>karaf</module>
+    <module>model</module>
   </modules>
 </project>