File tree Expand file tree Collapse file tree 2 files changed +2
-33
lines changed Expand file tree Collapse file tree 2 files changed +2
-33
lines changed Original file line number Diff line number Diff line change 21
21
<activeProfiles >
22
22
<activeProfile >signing</activeProfile >
23
23
</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 >
Original file line number Diff line number Diff line change 1
1
<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2
2
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0
3
3
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 >
You can’t perform that action at this time.
0 commit comments