Enable site generation for mdsal
[mdsal.git] / binding / binding-parent / pom.xml
index e1aa60e0887faa12dfaf51929f3017096e69fe7e..29d284b463d6b336e611c51bc8382bf1fcd21d9c 100644 (file)
             </build>
         </profile>
     </profiles>
+
+  <!--
+      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>