From bf1f7d8d563e07454a9be735d25fe83c4b8f1ccb Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Fri, 21 Mar 2025 16:55:28 +0100 Subject: [PATCH] (pom) Enable automatic publishing to Maven Central Uncommented and set autoPublish to true in the Maven configuration to automatically publish artifacts to the Central repository when the release is performed. Signed-off-by: Christian Tzolov --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 893e5eb9..3c8f497d 100644 --- a/pom.xml +++ b/pom.xml @@ -301,7 +301,7 @@ true central - + true