Enable Maven Site generation
[bgpcep.git] / bgp / bmp-impl / pom.xml
index b3e6dd2ed61c02525a82a7b976e301476fc0e77f..6848b11b70205f2ec185166f82341cf48f439e87 100644 (file)
             </plugin>
         </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>