mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<settings>
|
|
<profiles>
|
|
<profile>
|
|
<id>google-mirror-jboss-proxy</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>
|
|
</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>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</profile>
|
|
</profiles>
|
|
<activeProfiles>
|
|
<activeProfile>google-mirror-jboss-proxy</activeProfile>
|
|
</activeProfiles>
|
|
</settings>
|