Activate Maven Sites
[lispflowmapping.git] / mappingservice / shell / pom.xml
index e6b11bb4b9dd99813671c73052886e0b4199a418..b3004575b6ca0a7149e512ffd3731abe1d243c4a 100644 (file)
       </plugin>
     </plugins>
   </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>