mirror of https://github.com/apache/maven.git
o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@909850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
37f22e516b
commit
ca1ab4eff5
|
@ -21,9 +21,14 @@ under the License.
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<mirrors>
|
<mirrors>
|
||||||
<!-- if the mirror is not applied, Maven would try downloading from the wrong dir -->
|
<!-- if the mirror is not applied, Maven would try downloading from the wrong directory -->
|
||||||
<mirror>
|
<mirror>
|
||||||
<id>it-mirror</id>
|
<id>it-mirror-a</id>
|
||||||
|
<mirrorOf>maven-core-it-repo-a</mirrorOf>
|
||||||
|
<url>http://bad.host/repo-a</url>
|
||||||
|
</mirror>
|
||||||
|
<mirror>
|
||||||
|
<id>it-mirror-b</id>
|
||||||
<mirrorOf>maven-core-it-repo-b</mirrorOf>
|
<mirrorOf>maven-core-it-repo-b</mirrorOf>
|
||||||
<url>http://bad.host/repo-b</url>
|
<url>http://bad.host/repo-b</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
|
@ -46,7 +51,12 @@ under the License.
|
||||||
</proxies>
|
</proxies>
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>it-mirror</id>
|
<id>it-mirror-a</id>
|
||||||
|
<username>testuser</username>
|
||||||
|
<password>testtest</password>
|
||||||
|
</server>
|
||||||
|
<server>
|
||||||
|
<id>it-mirror-b</id>
|
||||||
<username>testuser</username>
|
<username>testuser</username>
|
||||||
<password>testtest</password>
|
<password>testtest</password>
|
||||||
</server>
|
</server>
|
||||||
|
@ -56,8 +66,8 @@ under the License.
|
||||||
<id>maven-core-it-repo</id>
|
<id>maven-core-it-repo</id>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven-core-it</id>
|
<id>maven-core-it-repo-a</id>
|
||||||
<url>@baseurl@/repo-a</url>
|
<url>@baseurl@/null</url>
|
||||||
<releases>
|
<releases>
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
<checksumPolicy>ignore</checksumPolicy>
|
||||||
</releases>
|
</releases>
|
||||||
|
@ -68,8 +78,8 @@ under the License.
|
||||||
</repositories>
|
</repositories>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>maven-core-it</id>
|
<id>maven-core-it-repo-a</id>
|
||||||
<url>@baseurl@/repo-a</url>
|
<url>@baseurl@/null</url>
|
||||||
<releases>
|
<releases>
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
<checksumPolicy>ignore</checksumPolicy>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
Loading…
Reference in New Issue