summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 47f25f31616..2bd71b97cfb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -96,6 +96,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.vespa.version}</version>
+ <configuration>
+ <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>