From 34b639289c25aa15f2bd2e91296f26dbd7ff38d0 Mon Sep 17 00:00:00 2001 From: dxasupport Date: Wed, 10 Sep 2025 13:17:18 +0100 Subject: [PATCH] Adjustments to build process to conform with the latest sonatype updates. --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf755f046..8d2d000b9 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,8 @@ snapshots-repo - https://oss.sonatype.org/content/repositories/snapshots + + https://central.sonatype.com/repository/maven-snapshots/ false @@ -127,6 +128,7 @@ + @@ -961,11 +964,18 @@ + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + + @@ -985,6 +995,15 @@ org.apache.maven.plugins maven-jar-plugin + + org.sonatype.central + central-publishing-maven-plugin + true + + central + + +