Clean up unused subprojects and configurations
[alto.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3798e06f34807d2a775a6d421fbe91df73a76706..f63ce9d3575428830d71597d60721273d153c0d5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -56,4 +56,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </profile>
   </profiles>
 
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/</url>
+    </site>
+  </distributionManagement>
 </project>