Merge "Pull zeromq initial configuration out of 01 config file"
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c603a9446e2e871ef4bd3667277db5df99b9f505..f5eb230b6e27e60276351442bd48aee83a767f40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <!-- 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/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>