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 6c034673a8b712262e9be9b13fe0a2ff0f942167)
Signed-off-by: Hugo Trippaers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3b8b02c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3b8b02c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3b8b02c5 Branch: refs/heads/4.1 Commit: 3b8b02c50c0f9789b4248affe96d1fc81e23ae70 Parents: 3f064ac Author: Hugo Trippaers <[email protected]> Authored: Sat Feb 2 12:19:33 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Tue Feb 5 21:05:42 2013 +0100 ---------------------------------------------------------------------- console-proxy/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3b8b02c5/console-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml index 0e12db0..ab9af16 100644 --- a/console-proxy/pom.xml +++ b/console-proxy/pom.xml @@ -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>
