From 7e496ddd82a3d0f4f1ba54ece62893586a0c73d7 Mon Sep 17 00:00:00 2001 From: Alberto Fernandez Date: Mon, 27 May 2024 16:04:41 +0200 Subject: [PATCH] Move sign and deploy plugins to custom profile --- pom.xml | 66 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 1f49bc6..c89b559 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -118,40 +117,47 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - ${gpg.keyname} - ${gpg.keyname} - - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.6 - true - - ossrh - https://oss.sonatype.org/ - true - - + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + ${gpg.keyname} + ${gpg.keyname} + + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + jdk7