From 00985d7f167d1ff6712d8caf479973184997c224 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Mon, 4 Aug 2025 09:49:52 +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 72e4dca..0ef59cd 100644 --- a/pom.xml +++ b/pom.xml @@ -1377,6 +1377,41 @@ @{jacocoArgLine} + + + 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 + + + +