summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-08-16 10:28:34 +0000
committerBin Yang <bin.yang@windriver.com>2019-08-16 10:28:34 +0000
commitfa610df297289a9bbbc7b7b88b1f8b5946d35360 (patch)
tree3bf712b6ad05a9f73fea65ba673e0bdf8fa5b339
parentd0eb179262d1024ffb144c236b9f656efa8f3f8b (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.xml2
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>