Skip to content

Commit

Permalink
Only use Google Mirror as mirror
Browse files Browse the repository at this point in the history
We used to have other repositories but it is counter productive
nowadays.

Also switch to the Americas mirror. We used to use the EU one as our
Azure Pipelines were run in EU but there's a good chance GitHub Actions
are run in America.
  • Loading branch information
gsmet committed Jan 18, 2021
1 parent d2cea6a commit 3ff948d
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,24 @@
</servers>
<profiles>
<profile>
<id>google-mirror-jboss-proxy</id>
<id>google-mirror</id>
<repositories>
<repository>
<id>google-maven-central</id>
<name>GCS Maven Central mirror EU</name>
<url>https://maven-central-eu.storage-download.googleapis.com/repos/central/data/</url>
</repository>
<repository>
<id>jboss-maven-central-proxy</id>
<name>JBoss Maven Central proxy</name>
<url>https://repository.jboss.org/nexus/content/repositories/central/</url>
</repository>
<repository>
<id>gradle-official-repository</id>
<name>Gradle Official Repository</name>
<url>https://repo.gradle.org/gradle/libs-releases-local/</url>
<url>https://maven-central.storage-download.googleapis.com/maven2/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>google-maven-central</id>
<name>GCS Maven Central mirror EU</name>
<url>https://maven-central-eu.storage-download.googleapis.com/repos/central/data/</url>
</pluginRepository>
<pluginRepository>
<id>jboss-maven-central-proxy</id>
<name>JBoss Maven Central proxy</name>
<url>https://repository.jboss.org/nexus/content/repositories/central/</url>
<url>https://maven-central.storage-download.googleapis.com/maven2/</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>google-mirror-jboss-proxy</activeProfile>
<activeProfile>google-mirror</activeProfile>
</activeProfiles>
</settings>

0 comments on commit 3ff948d

Please sign in to comment.