summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-03-02 12:56:47 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-03-02 12:56:47 +0530
commitd182f2fa0cd68ef0316c787224729a600f5b3641 (patch)
treef089ff44f088b0db71e703f12de433fc45f95ea0
parente025ede411c4811d4c899e1691ec0c97e26c2ed8 (diff)
docker stage build failed in jenkins
Issue-ID: SO-3559 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I62a9d158d708e06b0e5c2f275700ee3ef49e91dd
-rwxr-xr-xpom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 44cd6d0..f80030c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,21 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>11</source>
+ <target>11</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.9.0</version>