Added distributionManagement section to md-sal parent pom.
[controller.git] / opendaylight / sal / yang-prototype / sal / pom.xml
index 3b38c1eee70056832d8509e88a63f37c98709901..a2690826eeaeaad499d7b1f88661322fd8d0abb2 100644 (file)
                </repository>
        </repositories>
 
+  <distributionManagement>
+    <!-- OpenDayLight Released artifact -->
+    <repository>
+      <id>opendaylight-release</id>
+      <url>${nexusproxy}/repositories/opendaylight.release/</url>
+    </repository>
+    <!-- OpenDayLight Snapshot artifact -->
+    <snapshotRepository>
+      <id>opendaylight-snapshot</id>
+      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+    </snapshotRepository>
+    <!-- Site deployment -->
+    <site>
+      <id>website</id>
+      <url>${sitedeploy}</url>
+    </site>
+  </distributionManagement>
 
 
        <dependencyManagement>