summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-03-03 16:17:49 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-03-03 16:17:49 +0530
commitefad6b420ac60bfe19772d86300ec2066ae5d663 (patch)
tree042d33d34f170a4a89524622ede3e5ea5c891778
parentd182f2fa0cd68ef0316c787224729a600f5b3641 (diff)
docker stage build failed in jenkins
Issue-ID: SO-3559 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I7a2968d396f3b4a2095b4554530d4be8b25e7b08
-rwxr-xr-xpom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f80030c..3dd0355 100755
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
<configuration>
- <skip>true</skip>
+ <skip />
</configuration>
</plugin>
<plugin>