mirror of https://github.com/apache/cloudstack.git
Use align phases between the various packages. Not very handy to use a tgz file in the generate-resources phase when it is created in the package phase
(cherry picked from commit 6c034673a8)
Signed-off-by: Hugo Trippaers <trippie@gmail.com>
This commit is contained in:
parent
3f064ace39
commit
3b8b02c50c
|
|
@ -125,8 +125,8 @@
|
|||
<version>1.7</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate-resource</id>
|
||||
<phase>generate-resources</phase>
|
||||
<id>copy-cloud-scripts</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
|
|
|
|||
Loading…
Reference in New Issue