mirror of https://github.com/apache/maven.git
ibiblio only has releases
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
231c6a7a1d
commit
7a90482fda
|
@ -9,6 +9,9 @@
|
|||
<name>Maven Repository Switchboard</name>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<layout>default</layout>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
@ -18,6 +21,9 @@
|
|||
<name>Maven Plugin Repository</name>
|
||||
<url>http://repo1.maven.org/maven2/plugins</url>
|
||||
<layout>default</layout>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
|
Loading…
Reference in New Issue