mirror of https://github.com/apache/maven.git
o Worked around connection/proxy caching by Sun's HTTP client when ITs run in embedded mode
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@909931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca1ab4eff5
commit
b38e25c739
|
@ -25,12 +25,12 @@ under the License.
|
|||
<mirror>
|
||||
<id>it-mirror-a</id>
|
||||
<mirrorOf>maven-core-it-repo-a</mirrorOf>
|
||||
<url>http://bad.host/repo-a</url>
|
||||
<url>http://mng4489.bad.host/repo-a</url>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>it-mirror-b</id>
|
||||
<mirrorOf>maven-core-it-repo-b</mirrorOf>
|
||||
<url>http://bad.host/repo-b</url>
|
||||
<url>http://mng4489.bad.host/repo-b</url>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>central-mirror</id>
|
||||
|
|
|
@ -25,12 +25,12 @@ under the License.
|
|||
<mirror>
|
||||
<id>it-mirror-a</id>
|
||||
<mirrorOf>maven-core-it-repo-a</mirrorOf>
|
||||
<url>http://bad.host/repo-a</url>
|
||||
<url>http://mng4561.bad.host/repo-a</url>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>it-mirror-b</id>
|
||||
<mirrorOf>maven-core-it-repo-b</mirrorOf>
|
||||
<url>http://bad.host/repo-b</url>
|
||||
<url>http://mng4561.bad.host/repo-b</url>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>central-mirror</id>
|
||||
|
|
Loading…
Reference in New Issue