diff options
author | Thugutla sailakshmi <tsaila10@in.ibm.com> | 2019-10-04 15:25:09 +0530 |
---|---|---|
committer | Thugutla Sai Lakshmi <tsaila10@in.ibm.com> | 2019-10-07 12:24:38 +0000 |
commit | c63da2e2eb485642a247c61daf83a6c563803708 (patch) | |
tree | 153c307e2de57f2f383db1bc04716f989057f4a5 | |
parent | d25c21d74c4a941f5bd914110dac30f4d6547ccf (diff) |
Added maven-deploy-plugin in valet-api module
Issue-ID: OPTFRA-578
Issue-ID: OPTFRA-578
Change-Id: I0f772955d44166850ef9e75bffe45e956ad47a48
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
-rw-r--r-- | valetapi/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/valetapi/pom.xml b/valetapi/pom.xml index f9cfaf1..f82ecf1 100644 --- a/valetapi/pom.xml +++ b/valetapi/pom.xml @@ -356,6 +356,14 @@ </execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.7</version>
+ <configuration>
+ <retryFailedDeploymentCount>2</retryFailedDeploymentCount>
+ </configuration>
+ </plugin>
<!-- Used for unit tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
|