Enable NetVirt Maven site
[netvirt.git] / vpnservice / fibmanager / fibmanager-shell / pom.xml
index 1b6063dd89116acceafd4c29ecc36d362511ad04..2634c9e97c15fba1b001dfff1e3422c75e70775a 100644 (file)
@@ -38,4 +38,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </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>