Enable NetVirt Maven site
[netvirt.git] / vpnservice / elanmanager / pom.xml
index 4d57ea4d4bb80f71e5429644783ca4611eb74bb5..3ed387cd73508b900ee9bce641f5c711aa3e29e4 100644 (file)
@@ -46,4 +46,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>