Enable NetVirt Maven site
[netvirt.git] / openstack / net-virt-sfc / artifacts / pom.xml
index 12f4c4ddf3723a2b3f55093c4a5563ac5e174be0..af128db3ea5c774d081fb6e49f370c5c39f9426f 100644 (file)
@@ -45,4 +45,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </dependency>
     </dependencies>
   </dependencyManagement>
+
+  <!--
+      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>