BUG-1411 MDSAL Binding2 Generator API Enumeration fix
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 61641fe56ab7418cb5110733114a1d6066fe0310..5e34c5ab6710a1cacba95b665913e7e74c95e081 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,7 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
       <module>common</module>
       <module>dom</module>
       <module>binding</module>
+      <module>binding2</module>
       <module>model</module>
+      <module>entityownership</module>
+      <module>singleton-service</module>
     </modules>
 
     <build>