Enable NetVirt Maven site
[netvirt.git] / vpnservice / dhcpservice / pom.xml
index 50f340c2c5a3be273e7cd1007ba20e339caa8c57..b8ad1ef4d5082d94b1afe8de4a55d91404658c0d 100644 (file)
@@ -46,4 +46,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       </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>