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 +