From 3e0708fa91e04dadb40c11454772d33b48d7c8f6 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Wed, 1 Jul 2026 16:54:59 +0200 Subject: [PATCH] Add deploy-release profile for Maven Central publishing --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index d379b14..9af4066 100644 --- a/pom.xml +++ b/pom.xml @@ -219,6 +219,16 @@ maven-deploy-plugin 3.1.4 + + maven-gpg-plugin + 3.2.8 + + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true + maven-javadoc-plugin 3.12.0 @@ -340,5 +350,39 @@ + + + deploy-release + + + + maven-gpg-plugin + + + sign-artifacts + + sign + + deploy + + + + + + org.sonatype.central + central-publishing-maven-plugin + + central + + sample-app-parent + sample-app + cds-feature-notifications-coverage-report + + + + + + +