Merge "Enable NetVirt Maven site"
[netvirt.git] / openstack / net-virt-sfc / impl / pom.xml
index ba187412d8e7643047df964dd1a8bf6e41baeae9..8ca1a14f9b128161eeb28cb4fbcded7ad1f04d4a 100644 (file)
@@ -165,4 +165,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </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>