From 9c4964d717caa4d3c66ec67f0eaf24d5f03b4a30 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Sun, 20 Oct 2024 23:47:44 +0200 Subject: [PATCH] Added gitflow, gpg and necus staging plugin --- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/pom.xml b/pom.xml index 273ecfa..11b9a97 100644 --- a/pom.xml +++ b/pom.xml @@ -250,6 +250,73 @@ versions-maven-plugin ${maven-versions-plugin.version} + + + + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.14.0 + + + master + develop + feature/ + release/ + hotfix/ + support/ + origin + + true + true + false + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + ${gpg.keyname} + + --batch + --yes + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + true + sonatype-nexus-staging + https://oss.sonatype.org/ + + + + default-deploy + deploy + + deploy + + + +