Enable site generation for mdsal
[mdsal.git] / binding / mdsal-binding-dom-codec / pom.xml
index 39c470dbcaab22dd3b9b4f808bf0b4e4ac1556ad..46855b377041d63235475b68631079d0cf96adfa 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>