mirror of https://github.com/apache/maven.git
o Added http://repository.codehaus.org alongside http://www.ibiblio.org/maven for latest updates (for now)...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
567a47cf82
commit
3b4c0fb912
|
@ -3,11 +3,18 @@
|
||||||
<name>Maven Super Model</name>
|
<name>Maven Super Model</name>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>codehaus</id>
|
||||||
|
<name>Codehaus Repository</name>
|
||||||
|
<url>http://repository.codehaus.org</url>
|
||||||
|
</repository>
|
||||||
|
<!--
|
||||||
<repository>
|
<repository>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>Maven Central Repository at ibiblio</name>
|
<name>Maven Central Repository at ibiblio</name>
|
||||||
<url>http://www.ibiblio.org/maven</url>
|
<url>http://www.ibiblio.org/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
-->
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!-- Default plugins
|
<!-- Default plugins
|
||||||
|
|
Loading…
Reference in New Issue