Remove <distributionManagement> 55/31955/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 30 Dec 2015 15:58:06 +0000 (10:58 -0500)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 4 Jan 2016 00:10:35 +0000 (00:10 +0000)
This section is inherited from odlparent.

Change-Id: I50abe9bd40543668df04c652fa674dc8add968ac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9ab1b8a62f1f2f6eeb46d76bd9caf8589d7fa717..cdc18dd547b5aca7799d81a72ae0e34aabfbe6cb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>features/</module>
   </modules>
 
-  <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>
-      <id>${project.artifactId}-site</id>
-      <url>./</url>
-    </site>
-  </distributionManagement>
   <build>
     <pluginManagement>
       <plugins>