forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old maven mirror (Azure#40180)
* Remove old maven mirror * Remove commented out reference to deleted mirror
- Loading branch information
1 parent
042dfda
commit f02a120
Showing
2 changed files
with
2 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,4 @@ | ||
<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> | ||
</settings> |