|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<settings> |
| 2 | +<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"> |
3 | 3 | <servers/>
|
4 | 4 | <profiles>
|
5 | 5 | <profile>
|
6 |
| - <id>google-mirror-jboss-proxy</id> |
| 6 | + <id>google-mirror</id> |
7 | 7 | <repositories>
|
8 | 8 | <repository>
|
9 | 9 | <id>google-maven-central</id>
|
10 |
| - <name>GCS Maven Central mirror EU</name> |
11 |
| - <url>https://maven-central-eu.storage-download.googleapis.com/repos/central/data/</url> |
12 |
| - <snapshots> |
13 |
| - <enabled>false</enabled> |
14 |
| - </snapshots> |
15 |
| - </repository> |
16 |
| - <repository> |
17 |
| - <id>jboss-maven-central-proxy</id> |
18 |
| - <name>JBoss Maven Central proxy</name> |
19 |
| - <url>https://repository.jboss.org/nexus/content/repositories/central/</url> |
20 |
| - <snapshots> |
21 |
| - <enabled>false</enabled> |
22 |
| - </snapshots> |
23 |
| - </repository> |
24 |
| - <repository> |
25 |
| - <id>gradle-official-repository</id> |
26 |
| - <name>Gradle Official Repository</name> |
27 |
| - <url>https://repo.gradle.org/gradle/libs-releases-local/</url> |
| 10 | + <name>GCS Maven Central mirror</name> |
| 11 | + <url>https://maven-central.storage-download.googleapis.com/maven2/</url> |
| 12 | + <releases> |
| 13 | + <enabled>true</enabled> |
| 14 | + </releases> |
28 | 15 | <snapshots>
|
29 | 16 | <enabled>false</enabled>
|
30 | 17 | </snapshots>
|
|
33 | 20 | <pluginRepositories>
|
34 | 21 | <pluginRepository>
|
35 | 22 | <id>google-maven-central</id>
|
36 |
| - <name>GCS Maven Central mirror EU</name> |
37 |
| - <url>https://maven-central-eu.storage-download.googleapis.com/repos/central/data/</url> |
38 |
| - </pluginRepository> |
39 |
| - <pluginRepository> |
40 |
| - <id>jboss-maven-central-proxy</id> |
41 |
| - <name>JBoss Maven Central proxy</name> |
42 |
| - <url>https://repository.jboss.org/nexus/content/repositories/central/</url> |
| 23 | + <name>GCS Maven Central mirror</name> |
| 24 | + <url>https://maven-central.storage-download.googleapis.com/maven2/</url> |
| 25 | + <releases> |
| 26 | + <enabled>true</enabled> |
| 27 | + </releases> |
| 28 | + <snapshots> |
| 29 | + <enabled>false</enabled> |
| 30 | + </snapshots> |
43 | 31 | </pluginRepository>
|
44 | 32 | </pluginRepositories>
|
45 | 33 | </profile>
|
46 | 34 | </profiles>
|
47 | 35 | <activeProfiles>
|
48 |
| - <activeProfile>google-mirror-jboss-proxy</activeProfile> |
| 36 | + <activeProfile>google-mirror</activeProfile> |
49 | 37 | </activeProfiles>
|
50 | 38 | </settings>
|
0 commit comments