mirror of https://github.com/apache/maven.git
use publics infra
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1140640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc323ea9de
commit
a6b38e5069
|
@ -70,7 +70,7 @@ under the License.
|
|||
<!-- The (possibly instrumented copy of the) Maven distribution we actually use for the tests. -->
|
||||
<preparedMavenHome>${mavenHome}</preparedMavenHome>
|
||||
<!-- default properties used to filter the global settings -->
|
||||
<maven.it.central>http://repository.sonatype.org/content/repositories/public</maven.it.central>
|
||||
<maven.it.central>http://repo1.maven.org/maven2</maven.it.central>
|
||||
<proxy.active>false</proxy.active>
|
||||
<proxy.host>localhost</proxy.host>
|
||||
<proxy.port>80</proxy.port>
|
||||
|
|
|
@ -31,7 +31,7 @@ under the License.
|
|||
<repository>
|
||||
<id>central</id>
|
||||
<name>Apache Maven Integration Testing Repository</name>
|
||||
<url>http://repository.sonatype.org/content/repositories/public</url>
|
||||
<url>http://mirrors.ibiblio.org/pub/mirrors/maven/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
@ -44,7 +44,7 @@ under the License.
|
|||
<pluginRepository>
|
||||
<id>central</id>
|
||||
<name>Apache Maven Integration Testing Repository</name>
|
||||
<url>http://repository.sonatype.org/content/repositories/public</url>
|
||||
<url>http://mirrors.ibiblio.org/pub/mirrors/maven/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
|
|
@ -29,7 +29,7 @@ under the License.
|
|||
<mirror>
|
||||
<id>central</id>
|
||||
<mirrorOf>maven.it</mirrorOf>
|
||||
<url>http://repository.sonatype.org/content/repositories/public</url>
|
||||
<url>http://mirrors.ibiblio.org/pub/mirrors/maven/</url>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
<profiles>
|
||||
|
|
Loading…
Reference in New Issue