Enable NetVirt Maven site
[netvirt.git] / vpnservice / neutronvpn / neutronvpn-impl / pom.xml
index b2c8edf1353058ec1da4b6f7573b8e687152ad4e..aa55a214f6e839b304aa85e3a18d77f4ec29df82 100644 (file)
@@ -64,4 +64,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>