summaryrefslogtreecommitdiffstats
path: root/multivimbroker/pom.xml
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-08-16 08:08:35 +0000
committerBin Yang <bin.yang@windriver.com>2019-08-16 08:08:35 +0000
commitf4801b212ee73f9d540489f4f6d684330ffb66eb (patch)
tree464d4c5791e5b24f2e81e85e13f1a7b50d6ed81a /multivimbroker/pom.xml
parent7c194de2d67a1c71b741345a74ed9a493936fdb0 (diff)
Fix docker build issue
Build docker image with local artifact Change-Id: I12eaafa7b93effe24479dd998aa7218d60920417 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'multivimbroker/pom.xml')
-rw-r--r--multivimbroker/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml
index fd7de1c..0aa08d8 100644
--- a/multivimbroker/pom.xml
+++ b/multivimbroker/pom.xml
@@ -136,6 +136,13 @@
<directory>${project.basedir}/docker</directory>
<filtering>true</filtering>
</resource>
+ <resource>
+ <directory>${project.basedir}/target</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>*.zip</include>
+ </includes>
+ </resource>
</resources>
</configuration>
</execution>