Remove repository declaration 71/15071/2
authorRobert Varga <rovarga@cisco.com>
Mon, 9 Feb 2015 15:52:36 +0000 (16:52 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 10 Feb 2015 08:53:12 +0000 (09:53 +0100)
Repositories are managed by settings.xml, so remove them from parent.

Change-Id: I5e377c5c3601ef3988c8397311fb120864cda4f1
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/parent/pom.xml

index 812b59665b6bc28d03f66b6973ab993aaf55e7f9..d0e43ef25f2e4acf51af270696092dba4c700079 100644 (file)
             </plugin>
         </plugins>
     </reporting>
-
-
-    <!-- Note: we can not use variables for these URLs because we need to
-         be able to download the parent pom from the repository the first
-         time we go to use it (since it is in a different project).
-         To override the settings, use the "mirror" section of the
-         settings.xml. See http://maven.apache.org/settings.html -->
-    <repositories>
-        <!-- OpenDayLight Repo Mirror -->
-        <repository>
-            <id>opendaylight-mirror</id>
-            <name>opendaylight-mirror</name>
-            <url>http://nexus.opendaylight.org/content/groups/public/</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-                <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>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
 </project>