Remove <repositories> and <pluginRepositories> sections 47/15147/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Feb 2015 15:30:21 +0000 (10:30 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Feb 2015 15:30:21 +0000 (10:30 -0500)
It is recommended that developers and servers configure this locally via
settings.xml.

https://lists.opendaylight.org/pipermail/discuss/2015-January/004482.html

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

diff --git a/pom.xml b/pom.xml
index f10faa7e9b73840b73086851855cba895745f20f..b6b75ff74325bbccdff0b1e28f5cf70677980474 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     -->
   </properties>
 
-  <pluginRepositories>
-    <!-- OpenDayLight Repo Mirror -->
-    <pluginRepository>
-      <id>opendaylight-mirror</id>
-      <name>opendaylight-mirror</name>
-      <url>${nexusproxy}/groups/public/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <updatePolicy>never</updatePolicy>
-      </releases>
-    </pluginRepository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <pluginRepository>
-      <id>opendaylight-snapshot</id>
-      <name>opendaylight-snapshot</name>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-      <snapshots>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
-  </pluginRepositories>
-
-  <repositories>
-    <!-- OpenDayLight Repo Mirror -->
-    <repository>
-      <id>opendaylight-mirror</id>
-      <name>opendaylight-mirror</name>
-      <url>${nexusproxy}/groups/public/</url>
-      <snapshots>
-         <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <updatePolicy>never</updatePolicy>
-      </releases>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <repository>
-      <id>opendaylight-snapshot</id>
-      <name>opendaylight-snapshot</name>
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
-      <snapshots>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/ttp.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ttp.git</developerConnection>