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