maven: disable awsapi by default, enable by -P awsapi profile Signed-off-by: Rohit Yadav <bhais...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a0bc5089 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a0bc5089 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a0bc5089 Branch: refs/heads/javelin Commit: a0bc5089d05e71ecc4c76beb3c9c700be20b815c Parents: b120e19 Author: Rohit Yadav <bhais...@apache.org> Authored: Thu Jan 17 18:40:59 2013 -0800 Committer: Rohit Yadav <bhais...@apache.org> Committed: Thu Jan 17 21:58:22 2013 -0800 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a0bc5089/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c440a66..e09472f 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,6 @@ <module>utils</module> <module>deps/XenServerJava</module> <module>plugins</module> - <module>awsapi</module> <module>patches</module> <module>client</module> <module>test</module> @@ -365,6 +364,12 @@ <profiles> <profile> + <id>awsapi</id> + <modules> + <module>awsapi</module> + </modules> + </profile> + <profile> <id>developer</id> <modules> <module>developer</module>