Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-01-05 22:52:46 +0000
committerJoakim Erdfelt2015-01-05 22:52:46 +0000
commit73f5cad8a07b947a066f5da64ee832b964d84d2e (patch)
treef7ce93dd66b62dcc71c87bbbc4f44faf5671ec1f
parent5f7a8ed11762b1532346078d955ba9ea0e04547a (diff)
downloadorg.eclipse.jetty.project-73f5cad8a07b947a066f5da64ee832b964d84d2e.tar.gz
org.eclipse.jetty.project-73f5cad8a07b947a066f5da64ee832b964d84d2e.tar.xz
org.eclipse.jetty.project-73f5cad8a07b947a066f5da64ee832b964d84d2e.zip
Bumping up deploy plugin to 2.8.2 with retry
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2410df8372..921d46f9c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,14 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
+ <configuration>
+ <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>

Back to the top