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:
Olivier Lamy 2011-06-28 14:31:38 +00:00
parent bc323ea9de
commit a6b38e5069
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>