aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/pom.xml
diff options
context:
space:
mode:
authorGravatar Kun Zhang <zhangkun@google.com>2015-04-06 14:31:29 -0700
committerGravatar Kun Zhang <zhangkun@google.com>2015-04-06 17:36:33 -0700
commitc5a2a7c3dba6a90a52689277d5a4eb08a5a383d2 (patch)
treec42f93a67d7acfe9147853acba37a7fa102e2ddf /protoc-artifacts/pom.xml
parent4990875f0038da891badcecdd0d974de85ef043b (diff)
Process to deploy artifacts for multiple platforms into a single
release. - Do not close the staging repository automatically - Added staging.repository property - Updated README with instructions for deployment - Fix building 32-bit Mac artifact
Diffstat (limited to 'protoc-artifacts/pom.xml')
-rw-r--r--protoc-artifacts/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml
index 7db7b53d..6cfcf057 100644
--- a/protoc-artifacts/pom.xml
+++ b/protoc-artifacts/pom.xml
@@ -90,6 +90,9 @@
<profiles>
<profile>
<id>release</id>
+ <properties>
+ <staging.repository></staging.repository>
+ </properties>
<build>
<plugins>
<plugin>
@@ -114,7 +117,9 @@
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <stagingRepositoryId>${staging.repository}</stagingRepositoryId>
</configuration>
</plugin>
</plugins>