aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/application/pom.xml
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-04-05 13:50:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-05 13:50:34 +0000
commit232f7290449f8f707762740f70a8346f18cdb067 (patch)
tree4d9bfc837df450bbd30cda0cfa6e9a329da3a9bb /cds-ui/application/pom.xml
parent3ca2faef79e4a69cd03f202ab1ae26b4e564e743 (diff)
parent11687d2f164326e65b2d038563bc9dcda5e42acc (diff)
Merge "Fixing DockerFile to avoid IOException"
Diffstat (limited to 'cds-ui/application/pom.xml')
-rw-r--r--cds-ui/application/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml
index 1a184ee2e..6831c9aec 100644
--- a/cds-ui/application/pom.xml
+++ b/cds-ui/application/pom.xml
@@ -75,6 +75,7 @@ limitations under the License.
<name>${image.name}</name>
<build>
<cleanup>try</cleanup>
+ <noCache>true</noCache>
<tags>
<tag>${project.docker.latestminortag.version}</tag>
<tag>${project.docker.latestfulltag.version}</tag>