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
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6c034673 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6c034673 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6c034673 Branch: refs/heads/master Commit: 6c034673a8b712262e9be9b13fe0a2ff0f942167 Parents: 0495f53 Author: Hugo Trippaers <[email protected]> Authored: Sat Feb 2 12:19:33 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Sat Feb 2 12:19:33 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/6c034673/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>
