Enable NetVirt Maven site
[netvirt.git] / openstack / net-virt-sfc / karaf / pom.xml
index 9a94e9f557b2a5e30d3809616ef2c2ea9fcfc83f..305970077a6b1fd7dda937ef45121020796389b7 100644 (file)
@@ -65,4 +65,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>