summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2021-07-22 12:02:49 +0100
committerefiacor <fiachra.corcoran@est.tech>2021-07-22 12:02:54 +0100
commit05eba8cb421bb948f5f72b8adec7cd34429391f4 (patch)
treec391a50fe13d61f5cd7d007f1c677b98c2e75bb0 /pom.xml
parent354b0ae502cbf671ca9b045bda350c107396809b (diff)
[DMAAP-KAFKA] Revert module name change
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I5fe1f4175085bf0dee0f571790c9f6d982f5fa83 Issue-ID: DMAAP-209
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index be2e4ae..2a7c5db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
</sitePath>
<skip.docker.build>true</skip.docker.build>
<skip.docker.push>true</skip.docker.push>
+ <docker.nocache>true</docker.nocache>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
@@ -294,6 +295,7 @@
<image>
<name>onap/dmaap/kafka111</name>
<build>
+ <nocache>true</nocache>
<cleanup>try</cleanup>
<dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
<dockerFile>Dockerfile</dockerFile>