From 5df4cb6895f9f1fd3c0597f7b9786bc00a209a46 Mon Sep 17 00:00:00 2001 From: Bob Wei Date: Thu, 9 Jul 2026 15:19:57 +0000 Subject: [PATCH] fix(ci): Remove /service/local/ suffix from nexusUrl The nexus-staging-maven-plugin appends /service/local/ internally. Providing the full path causes a validation error: 'Mandatory plugin parameter nexusUrl should be your Nexus base URL only' --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6404c989..562628f3 100644 --- a/pom.xml +++ b/pom.xml @@ -501,7 +501,7 @@ true sonatype-nexus-staging - https://ossrh-staging-api.central.sonatype.com/service/local/ + https://ossrh-staging-api.central.sonatype.com/