From 2f34c3501eea3aaea887bde12510a07a3c7c71ac Mon Sep 17 00:00:00 2001 From: jbescos Date: Tue, 26 May 2026 10:46:05 +0200 Subject: [PATCH] Add Maven Central publishing release profile --- pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/pom.xml b/pom.xml index 0755b8da..2f7e33eb 100644 --- a/pom.xml +++ b/pom.xml @@ -497,6 +497,68 @@ oss-release + + + central-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true + + central + false + validated + + + + +