Enable NetVirt Maven site
[netvirt.git] / vpnservice / commons / binding-parent / pom.xml
index 823148dfd8da8c814917e4e48bc4df88806fe7aa..7061d5dbb81aeb61a6485967a588b3cadf416e05 100644 (file)
@@ -34,4 +34,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <model.bgp.version>2013.07.15.9-SNAPSHOT</model.bgp.version>
     <genius.version>0.1.0-SNAPSHOT</genius.version>
   </properties>
+
+  <!--
+      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>