Activate Maven Sites
[lispflowmapping.git] / mappingservice / lisp-proto / pom.xml
index 21a196ed5e66277e229750d0472e7f8237030c88..55efd0ad070058aad0301e939a636dcef5d1bc8b 100644 (file)
@@ -90,4 +90,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </plugins>
     </pluginManagement>
   </build>
+
+  <!--
+      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}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
+
 </project>