Updated Branches: refs/heads/maven-waf fe19bc3ea -> c816496ef
client now included by default and vmware-base moved to vmware and nonoss profile Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c816496e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c816496e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c816496e Branch: refs/heads/maven-waf Commit: c816496ef78259188afa44f6cba8176b6bcf8576 Parents: fe19bc3 Author: Hugo Trippaers <[email protected]> Authored: Mon Sep 10 09:18:08 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Sep 10 09:18:08 2012 +0200 ---------------------------------------------------------------------- pom.xml | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c816496e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f19574f..ed34c47 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,7 @@ <module>plugins</module> <module>awsapi</module> <module>patches</module> + <module>client</module> </modules> <dependencies> @@ -215,12 +216,6 @@ <profiles> <profile> - <id>client</id> - <modules> - <module>client</module> - </modules> - </profile> - <profile> <id>deps</id> <modules> <module>deps</module> @@ -232,6 +227,17 @@ <module>distribution</module> </modules> </profile> + <profile> + <id>vmware</id> + <activation> + <property> + <name>nonoss</name> + </property> + </activation> + <modules> + <module>vmware-base</module> + </modules> + </profile> </profiles> </project>
