maven: build client at the end, fixes path error for console-proxy build target
Signed-off-by: Rohit Yadav <[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/93096efc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/93096efc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/93096efc Branch: refs/heads/ui-plugins Commit: 93096efc7727934ef1ec96f346bc5eaf2204e57e Parents: eaf7767 Author: Rohit Yadav <[email protected]> Authored: Wed Feb 13 13:47:54 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 13 13:48:49 2013 +0530 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/93096efc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9209c1..820e938 100644 --- a/pom.xml +++ b/pom.xml @@ -163,11 +163,11 @@ <module>deps/XenServerJava</module> <module>plugins</module> <module>patches</module> - <module>client</module> - <module>test</module> <module>engine</module> <module>framework</module> - <module>services</module> + <module>services</module> + <module>test</module> + <module>client</module> </modules> <dependencyManagement>
