From c386e211574a8aa724458940bf4ac033c542fd4b Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Sat, 17 Aug 2024 10:04:39 +0200 Subject: [PATCH] Add configuration (#902) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index bc7c4695..6f171da4 100644 --- a/pom.xml +++ b/pom.xml @@ -201,6 +201,7 @@ oss.sonatype.org https://oss.sonatype.org + true @@ -326,4 +327,15 @@ test + + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + +