Updated Branches: refs/heads/master 9a50d2bd3 -> f35272b6c
Fix the systemvm packaging issue Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f35272b6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f35272b6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f35272b6 Branch: refs/heads/master Commit: f35272b6c585f85c5c0f1e92f99b8224feceb29e Parents: 9a50d2b Author: Kelven Yang <[email protected]> Authored: Thu Apr 11 11:41:10 2013 -0700 Committer: Kelven Yang <[email protected]> Committed: Thu Apr 11 11:41:10 2013 -0700 ---------------------------------------------------------------------- client/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f35272b6/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index b3d7acb..cd61dfc 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -284,7 +284,7 @@ --> <execution> <id>copy-systemvm</id> - <phase>package</phase> + <phase>process-resources</phase> <goals> <goal>run</goal> </goals>
