Adding address-tracker.yang & renaming endpointtracker to addresstracker.
[l2switch.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 34af0c4b844994e13f391efa136311e63383fc08..e85a3f56fad2765efc43d657f7248f818f1cc986 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <modules>
     <module>parent</module>
     <module>packethandler</module>
-    <module>endpointtracker</module>
+    <module>ethernetdecoder</module>
+    <module>arpdecoder</module>
+    <module>ipv4decoder</module>
+    <!--module>ipv6decoder</module-->
+    <module>addresstracker</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>