Enable site generation for yangtools
[yangtools.git] / yang / yang-data-impl / pom.xml
index f7f017f291517ae5a1e62e7343a9068156eb902c..426a6d756c4e45d0645e5cec34240389be5c87cb 100644 (file)
             <artifactId>antlr4-runtime</artifactId>
         </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>