From 3711cb8e89a7d0a3d5fe7a0b96805ebd9d360688 Mon Sep 17 00:00:00 2001 From: PengFei Li Date: Tue, 13 Dec 2022 20:26:26 +0800 Subject: [PATCH] [Enhancement] Only use gpg plugin when releasing package (#164) --- pom.xml | 47 +++++++++++++++++++-------- starrocks-stream-load-sdk/pom.xml | 53 +++++++++++++++++++------------ 2 files changed, 65 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index 7caed6b4..c8e7f496 100644 --- a/pom.xml +++ b/pom.xml @@ -346,20 +346,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - org.sonatype.plugins nexus-staging-maven-plugin @@ -373,6 +359,39 @@ limitations under the License. + + + + release + + + release + + + + 1.8 + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + ossrh diff --git a/starrocks-stream-load-sdk/pom.xml b/starrocks-stream-load-sdk/pom.xml index 80939ae6..f1da3806 100644 --- a/starrocks-stream-load-sdk/pom.xml +++ b/starrocks-stream-load-sdk/pom.xml @@ -208,27 +208,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - --pinentry-mode - loopback - - - - - org.sonatype.plugins nexus-staging-maven-plugin @@ -243,6 +222,38 @@ + + + release + + + release + + + + 1.8 + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + ossrh