Enable NetVirt Maven site
[netvirt.git] / ovsdb-ui / pom.xml
index da5c76ae93a7b2d26c46dd3a4bdd5e576a0a12f3..a4c24bd3e22f9fa54e83e37ac571561916e196d0 100644 (file)
@@ -48,4 +48,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </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>