Enable site generation for mdsal
[mdsal.git] / binding / yang-binding / pom.xml
index d31ee01ec1fbc0d3e707e531e6dfcc6ede997c54..878e9509720cc480d09b6bc282b36818f9457967 100644 (file)
             <scope>test</scope>
         </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>