Skip to content

Commit

Permalink
Use JBoss Maven Central proxy instead of public group
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 4, 2019
1 parent a56cb28 commit 3c1c59d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-mvn-settings.xml
@@ -1,17 +1,17 @@
<settings>
<profiles>
<profile>
<id>google-mirror-jboss-nexus</id>
<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-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<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>
Expand All @@ -21,14 +21,14 @@
<url>https://maven-central-eu.storage-download.googleapis.com/repos/central/data/</url>
</pluginRepository>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<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-nexus</activeProfile>
<activeProfile>google-mirror-jboss-proxy</activeProfile>
</activeProfiles>
</settings>

0 comments on commit 3c1c59d

Please sign in to comment.