Enable NetVirt Maven site
[netvirt.git] / vpnservice / natservice / natservice-impl / pom.xml
index 9ec88e377fb9edda24b623c5961a51f55084ad49..c35a072d4b5e0353a3c02b973889056a9f10495d 100644 (file)
@@ -102,6 +102,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <version>${powermock.version}</version>
         <scope>test</scope>
         </dependency>
-    </dependencies> 
+    </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>