From 94a4ef8b2df871fe8ec2591de076bd191a395f5c Mon Sep 17 00:00:00 2001 From: Scott Kurz Date: Wed, 18 Sep 2019 00:00:12 -0400 Subject: [PATCH] Add staging plugin for release and javadoc, sources for OSSRH checks Signed-off-by: Scott Kurz --- boost-common/pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++ boost-maven/pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) diff --git a/boost-common/pom.xml b/boost-common/pom.xml index 180ca269..b337c8ce 100644 --- a/boost-common/pom.xml +++ b/boost-common/pom.xml @@ -83,4 +83,77 @@ + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + ossrh + https://oss.sonatype.org/ + false + + ${maven.deploy.skip} + + + + + + + + + oss-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + + + + + diff --git a/boost-maven/pom.xml b/boost-maven/pom.xml index 8c4475de..eb70d196 100644 --- a/boost-maven/pom.xml +++ b/boost-maven/pom.xml @@ -61,4 +61,76 @@ + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + ossrh + https://oss.sonatype.org/ + false + + ${maven.deploy.skip} + + + + + + + + + oss-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + + + +