forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
24 lines (22 loc) · 1.03 KB
/
settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<!--
NOTE: We were using these mirror settings when we were getting
blocked by Maven Central. However the proxy approach we were
using has started failing 20% of the time and it seems that
Maven Central is no longer blocking us, with a failure rate
of about 5%. So these mirror settings have been removed.
<mirrors>
<mirror>
<id>repo-maven-apache-org-mirror</id>
<url>https://repo-maven-apache-org.azurefd.net/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<id>oss-sonatype-org-mirror</id>
<url>https://oss-sonatype-org.azurefd.net/content/repositories/snapshots/</url>
<mirrorOf>ossrh</mirrorOf>
</mirror>
</mirrors> -->
</settings>