Skip to content

Commit f02a120

Browse files
authored
Remove old maven mirror (Azure#40180)
* Remove old maven mirror * Remove commented out reference to deleted mirror
1 parent 042dfda commit f02a120

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

eng/maven.publish.settings.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,4 @@
2121
<activeProfiles>
2222
<activeProfile>signing</activeProfile>
2323
</activeProfiles>
24-
25-
<!--
26-
NOTE: Maven Central downloads are quite unreliable. This gives us better reliability.
27-
-->
28-
<mirrors>
29-
<mirror>
30-
<id>repo-maven-apache-org-mirror</id>
31-
<url>https://repo-maven-apache-org.azurefd.net/maven2</url>
32-
<mirrorOf>central</mirrorOf>
33-
</mirror>
34-
</mirrors>
35-
</settings>
24+
</settings>

eng/settings.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
33
https://maven.apache.org/xsd/settings-1.0.0.xsd">
4-
<!--
5-
6-
NOTE: We were using these mirror settings when we were getting
7-
blocked by Maven Central. However the proxy approach we were
8-
using has started failing 20% of the time and it seems that
9-
Maven Central is no longer blocking us, with a failure rate
10-
of about 5%. So these mirror settings have been removed.
11-
12-
<mirrors>
13-
<mirror>
14-
<id>repo-maven-apache-org-mirror</id>
15-
<url>https://repo-maven-apache-org.azurefd.net/maven2</url>
16-
<mirrorOf>central</mirrorOf>
17-
</mirror>
18-
<mirror>
19-
<id>oss-sonatype-org-mirror</id>
20-
<url>https://oss-sonatype-org.azurefd.net/content/repositories/snapshots/</url>
21-
<mirrorOf>ossrh</mirrorOf>
22-
</mirror>
23-
</mirrors> -->
24-
</settings>
4+
</settings>

0 commit comments

Comments
 (0)