Merge "Tests for loading data with augmented schema nodes with equal names"
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5a7f41b2c18a222cdceebef7ba524e809db0ef01..f5eb230b6e27e60276351442bd48aee83a767f40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
     <!-- <module>third-party/net.sf.jung2</module> -->
     <!-- <module>third-party/jersey-servlet</module> -->
     <!-- <module>third-party/org.apache.catalina.filters.CorsFilter</module> -->
+    <!-- <module>third-party/ganymed</module> -->
 
     <module>third-party/commons/thirdparty</module>
 
 
     <!-- Parents -->
     <module>opendaylight/commons/concepts</module>
+    <module>opendaylight/commons/protocol-framework</module>
     <module>opendaylight/commons/httpclient</module>
     <module>opendaylight/commons/checkstyle</module>
     <module>opendaylight/commons/opendaylight</module>
     <module>opendaylight/commons/parent</module>
+    <module>opendaylight/commons/logback_settings</module>
   </modules>
 
     <profiles>
                 <module>opendaylight/distribution/sanitytest/</module>
             </modules>
         </profile>
+        <profile>
+           <id>docs</id>
+           <activation>
+               <activeByDefault>false</activeByDefault>
+           </activation>
+            <modules>
+              <module>opendaylight/northbound/java-client</module>
+            </modules>
+        </profile>
     </profiles>
 </project>