This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 714aa88bcde HDDS-15472. Avoid using JBoss repository in CI (#10423)
714aa88bcde is described below

commit 714aa88bcded514d8919701775d989c7e4865131
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jun 3 15:12:35 2026 +0200

    HDDS-15472. Avoid using JBoss repository in CI (#10423)
---
 dev-support/ci/maven-settings.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-support/ci/maven-settings.xml 
b/dev-support/ci/maven-settings.xml
index 43fa07bb52b..d274c49f5f0 100644
--- a/dev-support/ci/maven-settings.xml
+++ b/dev-support/ci/maven-settings.xml
@@ -31,5 +31,12 @@
       <url>https://repository.apache.org/content/repositories/snapshots</url>
       <blocked>true</blocked>
     </mirror>
+    <mirror>
+      <id>block-jboss</id>
+      <mirrorOf>repository.jboss.org</mirrorOf>
+      <name>Block access to JBoss</name>
+      <url>https://repository.jboss.org/nexus/content/groups/public</url>
+      <blocked>true</blocked>
+    </mirror>
   </mirrors>
 </settings>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to