From ba1d95a0d2e84d1bc7c493238de1732e50f4c7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADnez=20Kirsten?= Date: Mon, 12 May 2025 15:56:59 +0200 Subject: [PATCH] Add SNAPSHOT repository --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 49e7cbd..7aee7fc 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,18 @@ generate-local-version + + + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + + + @@ -113,6 +125,18 @@ generate-version + + + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + + +