Enable NetVirt Maven site
[netvirt.git] / vpnservice / commons / config-parent / pom.xml
index 5176bb0df1b1a53fffff200209e9c47d4427a2c6..9b3e542b71e312ca91fb075b98f821ff8ba83af0 100644 (file)
@@ -96,4 +96,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </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>