Remove <repositories> and <pluginRepositories> sections 78/15178/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Feb 2015 23:25:03 +0000 (18:25 -0500)
committerRobert Varga <nite@hq.sk>
Sat, 14 Feb 2015 21:17:42 +0000 (21:17 +0000)
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: Ifc89c520b593abedaca80be3706775bef747db15
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
yang/yang-maven-plugin-it/src/test/resources/test-parent/InvalidVersion/pom.xml

index 80dbb94d708cca75f9757e4624fd377a3a19bdc4..89375edf4d801986d160563ba6f9314691c8b4c5 100644 (file)
     <!-- yang-common dependency added here only for purpose of 'artifact version 
         check' test: version of yang-common artifact has to be different than one defined 
         in yang-maven-plugin to make test pass -->
-    <repositories>
-        <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>
-    </repositories>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>