summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Martella <arthur.martella.1@att.com>2019-09-27 09:25:20 -0400
committerArthur Martella <arthur.martella.1@att.com>2019-09-27 09:25:20 -0400
commitbd44ff132f7e96895210bcdc1cde1119cb20088a (patch)
tree4951a084bc158fce1d7048cd40a20ed23fd6a85a
parent3a910f6728d12c8bacd06829fab721bbd066eb8d (diff)
Add retry to maven-deploy-plugin
Issue-ID: OPTFRA-578 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I3a7a11f10899fe10b28a913fd9deb7b3ef0c0863
-rwxr-xr-xpom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3f8428f..7ae9599 100755
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,14 @@
</compilerArgs>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.7</version>
+ <configuration>
+ <retryFailedDeploymentCount>2</retryFailedDeploymentCount>
+ </configuration>
+ </plugin>
</plugins>
</build>