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