Added javadoc and RFC references to Java YANG model.
[controller.git] / sitebuildsettings-pom.xml
index 7b144d5238d620ab9fb3add517d81fe9b2c976b4..b0d58484b6894870aa78878858107d56b403b9c6 100644 (file)
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <!-- This is to allow to deploy this artifact -->
+  <distributionManagement>
+    <snapshotRepository>
+      <id>${opendaylightID}-snapshot</id>
+      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+    </snapshotRepository>
+  </distributionManagement>
+
   <properties>
     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>