Enable NetVirt Maven site
[netvirt.git] / vpnservice / neutronvpn / pom.xml
index 8e22dd3c48b527c97c2111146df273a8323da6fc..48e47919d4ffbf70bf318c4bfe44c7c54c9d9959 100644 (file)
@@ -49,4 +49,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>