diff --git a/.github/mvn-settings.xml b/.github/mvn-settings.xml
index fa47c74c87a94..a8814bf94baa4 100644
--- a/.github/mvn-settings.xml
+++ b/.github/mvn-settings.xml
@@ -10,39 +10,24 @@
- google-mirror-jboss-proxy
+ google-mirror
google-maven-central
GCS Maven Central mirror EU
- https://maven-central-eu.storage-download.googleapis.com/repos/central/data/
-
-
- jboss-maven-central-proxy
- JBoss Maven Central proxy
- https://repository.jboss.org/nexus/content/repositories/central/
-
-
- gradle-official-repository
- Gradle Official Repository
- https://repo.gradle.org/gradle/libs-releases-local/
+ https://maven-central.storage-download.googleapis.com/maven2/
google-maven-central
GCS Maven Central mirror EU
- https://maven-central-eu.storage-download.googleapis.com/repos/central/data/
-
-
- jboss-maven-central-proxy
- JBoss Maven Central proxy
- https://repository.jboss.org/nexus/content/repositories/central/
+ https://maven-central.storage-download.googleapis.com/maven2/
- google-mirror-jboss-proxy
+ google-mirror
diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml
index 63be891e586ec..58e737c432842 100644
--- a/.github/workflows/ci-actions.yml
+++ b/.github/workflows/ci-actions.yml
@@ -91,7 +91,7 @@ jobs:
key: q2maven-${{ steps.get-date.outputs.date }}
- name: Build
run: |
- mvn -e -B -DskipTests -DskipITs -Dno-format clean install
+ mvn -e -B -DskipTests -DskipITs -Dno-format --settings .github/mvn-settings.xml clean install
- name: Tar Maven Repo
shell: bash
run: tar -czf maven-repo.tgz -C ~ .m2/repository