Enable NetVirt Maven site
[netvirt.git] / vpnservice / dhcpservice / dhcpservice-impl / pom.xml
index 0128a4dc81c85193a8e8e0664cebd95e11db4281..19146c3571f7dfbbde322f94fd472cc44d2ba7ea 100644 (file)
@@ -81,4 +81,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
    </dependencies>
 
+  <!--
+      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>