Author: veithen
Date: Thu Jun 9 18:49:08 2016
New Revision: 1747579
URL: http://svn.apache.org/viewvc?rev=1747579&view=rev
Log:
Retry failed deployments in an attempt to work around flakiness in the ASF
infrastructure.
Modified:
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1747579&r1=1747578&r2=1747579&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Thu Jun 9 18:49:08 2016
@@ -1400,6 +1400,13 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <!-- Work around flakiness in the ASF infrastructure -->
+ <retryFailedDeploymentCount>3</retryFailedDeploymentCount>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>