From 773927880bfb8a4fc1a2a272e45c85bf44e5d82a Mon Sep 17 00:00:00 2001 From: Simon Hirtreiter Date: Mon, 28 Oct 2024 10:46:30 +0100 Subject: [PATCH] :construction_worker: libs add maven central release to pom --- refarch-libs/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/refarch-libs/pom.xml b/refarch-libs/pom.xml index 8f43c9d7..0f26a417 100644 --- a/refarch-libs/pom.xml +++ b/refarch-libs/pom.xml @@ -53,6 +53,49 @@ 2.6.0 + + + release + + + + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + + true + ${project.groupId}:${project.artifactId}:${project.version} + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + + + + https://github.com/it-at-m/refarch.git scm:git:https://github.com/it-at-m/refarch.git