Author: slebresne
Date: Tue Sep 13 12:37:39 2011
New Revision: 1170147
URL: http://svn.apache.org/viewvc?rev=1170147&view=rev
Log:
Retry upload to central repository
patch by stephenc; reviewed by slebresne for CASSANDRA-2691
Modified:
cassandra/branches/cassandra-0.7/build.xml
Modified: cassandra/branches/cassandra-0.7/build.xml
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/build.xml?rev=1170147&r1=1170146&r2=1170147&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/build.xml (original)
+++ cassandra/branches/cassandra-0.7/build.xml Tue Sep 13 12:37:39 2011
@@ -255,7 +255,8 @@ url=${svn.entry.url}?pathrev=${svn.entry
<sequential>
<artifact:mvn mavenVersion="${maven.version}" fork="true"
failonerror="true">
<jvmarg value="-Xmx512m"/>
- <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.2:sign-and-deploy-file" />
+ <arg
value="org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
+ <arg value="-DretryFailedDeploymentCount=5" />
<arg value="-Durl=${maven-repository-url}" />
<arg value="-DrepositoryId=${maven-repository-id}" />
<arg value="-DpomFile=@{pomFile}" />