From f4250a201db8e70d72357ce7ca2c7cbf8405d59a Mon Sep 17 00:00:00 2001 From: Edoardo Comar Date: Thu, 7 May 2026 16:08:54 +0100 Subject: [PATCH] fix: tentatively restore in pom.xml Without it, the plugin may not properly associate credentials from mvn-settings.xml with the endpoint Signed-off-by: Edoardo Comar --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5e3f4d..d8c7195 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ modules/adminrest - + modules/schemaregistry modules/oauth-client @@ -503,6 +503,17 @@ + + + + + + + central + https://central.sonatype.com/ + + +