Enable site generation for mdsal
[mdsal.git] / model / ietf / ietf-inet-types-2013-07-15 / pom.xml
index a9ebeb57c65ade293783c48f3850682d13a39ed5..ae4d2ce9d13e6c180ea03798977fd7cfe00e0bab 100644 (file)
     <packaging>bundle</packaging>
 
 
+
+  <!--
+      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>
\ No newline at end of file