Enable site generation for yangtools
[yangtools.git] / yang / yang-model-util / pom.xml
index 06c1b73089a3253792f4c75c76e910da515766be..290ec2afd5ee5d2d0021739421b9841bd6a3f507 100644 (file)
         </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>