Enable NetVirt Maven site
[netvirt.git] / openstack / net-virt-sfc / features / pom.xml
index 12b8d43e40d5cd02535f15c9f2b5e473fd935aef..076fe0c8fd1a19246586036044a7ce1830c839b5 100644 (file)
@@ -152,4 +152,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${ovsdb.version}</version>
     </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>