Enable NetVirt Maven site
[netvirt.git] / vpnservice / fibmanager / pom.xml
index adb7c5b8984448b981859c12dc0245f2c62bfe3e..925ed982b94f0af3b10e284bed782190fb06c7c7 100644 (file)
@@ -48,4 +48,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>