diff options
author | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-03-02 12:56:47 +0530 |
---|---|---|
committer | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-03-02 12:56:47 +0530 |
commit | d182f2fa0cd68ef0316c787224729a600f5b3641 (patch) | |
tree | f089ff44f088b0db71e703f12de433fc45f95ea0 | |
parent | e025ede411c4811d4c899e1691ec0c97e26c2ed8 (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-x | pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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> |