mirror of https://github.com/apache/maven.git
o Used different host names to workaround some proxy caching of the JRE
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@884295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2e913db91
commit
84f6b19954
|
@ -35,7 +35,7 @@ under the License.
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven-core-it</id>
|
<id>maven-core-it</id>
|
||||||
<url>http://bad.host/repo</url>
|
<url>http://bad1.host/repo</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ under the License.
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>maven-core-it</id>
|
<id>maven-core-it</id>
|
||||||
<url>http://bad.host/repo</url>
|
<url>http://bad2.host/repo</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue