diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-16 10:28:34 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-16 10:28:34 +0000 |
commit | fa610df297289a9bbbc7b7b88b1f8b5946d35360 (patch) | |
tree | 3bf712b6ad05a9f73fea65ba673e0bdf8fa5b339 | |
parent | d0eb179262d1024ffb144c236b9f656efa8f3f8b (diff) |
Fix copy-resource issue
Change to install phase to make avail of artifacts
Change-Id: I9060061b656bb6845b9054b1ac72b29b100a4702
Issue-ID: MULTICLOUD-767
Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rw-r--r-- | multivimbroker/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 0aa08d8..9fc79c4 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -125,7 +125,7 @@ <executions> <execution> <id>copy-resources</id> - <phase>validate</phase> + <phase>install</phase> <goals> <goal>copy-resources</goal> </goals> |