From 348ee433a40cc6eb05e0c0a4d9f7fde1d7589138 Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Thu, 28 Sep 2023 11:55:45 +0200 Subject: [PATCH] Release plugin Signed-off-by: Hongxin Liang --- flytekit-bom/pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 74 insertions(+) diff --git a/flytekit-bom/pom.xml b/flytekit-bom/pom.xml index 03e688df0..27925aee9 100644 --- a/flytekit-bom/pom.xml +++ b/flytekit-bom/pom.xml @@ -227,4 +227,77 @@ + + + + release + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + + sign + + verify + + + --batch + --pinentry-mode + loopback + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.1 + + 8 + all,-missing + + + + attach-javadocs + + jar + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + + diff --git a/pom.xml b/pom.xml index 9e36aa785..4f6038fad 100644 --- a/pom.xml +++ b/pom.xml @@ -751,6 +751,7 @@ release +