Enable NetVirt Maven site
[netvirt.git] / vpnservice / bgpmanager / bgpmanager-impl / pom.xml
index 6a909d855aac0b8ef024d1b3bb8c7213f6ed60a2..c7c85eb16d801e0c684c10838de0914158a26f62 100644 (file)
@@ -105,4 +105,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   </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>