From 18f02bc1cde4f039e8ecd85d8f2949c5c66a9d84 Mon Sep 17 00:00:00 2001 From: Kun Zhang Date: Wed, 1 Apr 2015 11:53:03 -0700 Subject: Move signing and uploading to the release profile --- protoc-artifacts/pom.xml | 59 ++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 25 deletions(-) (limited to 'protoc-artifacts/pom.xml') diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml index 51b48c92..f7bc8818 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -83,31 +83,40 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.3 - true - - sonatype-nexus-staging - https://oss.sonatype.org/ - false - - + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + false + + + + + + -- cgit v1.2.3