From 3aff27cab1be27ab3297459d87557ef2ef8dcc63 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Tue, 5 Aug 2025 07:18:13 +0200 Subject: [PATCH] PHOENIX-7628 Don't add Apache Snapshot Maven Repo by Default --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pom.xml b/pom.xml index acb45f16..0f0243ec 100644 --- a/pom.xml +++ b/pom.xml @@ -1060,6 +1060,41 @@ + + + dont-use-apache-snapshots + + + !apache.snapshots + + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + false + + + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + false + + + +