diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-16 09:06:09 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-16 09:06:09 +0000 |
commit | cde71305ed9fe774f62a9c0ee34573f8905b5ce0 (patch) | |
tree | 77fd2766443853858ef95bcff9facf2e29c69ad0 /pike/pom.xml | |
parent | 5e9eb464560f2b7f764d6d2f97052c6d45cba634 (diff) |
Make docker building rely on local artifacts
Change-Id: I6297a9b4f8c46b7d44fed9c5762e936cb76f7e91
Issue-ID: MULTICLOUD-702
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'pike/pom.xml')
-rw-r--r-- | pike/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pike/pom.xml b/pike/pom.xml index 748e1c87..96039b15 100644 --- a/pike/pom.xml +++ b/pike/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> |