Enable NetVirt Maven site
[netvirt.git] / netvirt / renderers / neutron / pom.xml
index 16cf1a895c10e4454b6e5ce535d71d34de6eb697..1b2841a0301e2d2b93fb80acf92d8af9a2279141 100644 (file)
@@ -73,4 +73,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>