Creating separate proactive flows for internal and external ports.
[l2switch.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 34af0c4b844994e13f391efa136311e63383fc08..8972c94d4a961866e705d69829d749c284e76244 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <modules>
     <module>parent</module>
     <module>packethandler</module>
-    <module>endpointtracker</module>
+    <module>addresstracker</module>
+    <module>hosttracker</module>
+    <module>loopremover</module>
+    <module>l2switch-main</module>
+    <module>l2switch-controller-config</module>
+    <module>distribution/base</module>
+    <module>features</module>
   </modules>
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/l2switch.git</connection>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/L2_Switch:Main</url>
   </scm>
+  <distributionManagement>
+    <!-- OpenDayLight Released artifact -->
+    <repository>
+      <id>opendaylight-release</id>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
+    </repository>
+    <!-- OpenDayLight Snapshot artifact -->
+    <snapshotRepository>
+      <id>opendaylight-snapshot</id>
+      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
+    </snapshotRepository>
+    <site>
+      <id>${project.artifactId}-site</id>
+      <url>./</url>
+    </site>
+  </distributionManagement>
 </project>