Updated Branches: refs/heads/javelin b45cdef5d -> 4ca828c1d
maven: disable awsapi by default, enabled 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/4ca828c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4ca828c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4ca828c1 Branch: refs/heads/javelin Commit: 4ca828c1d6c9afa7b843a0b84a8ed1fed363ec3a Parents: b45cdef 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 18:40:59 2013 -0800 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4ca828c1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ffb039b..f8a099a 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,6 @@ <module>utils</module> <module>deps/XenServerJava</module> <module>plugins</module> - <module>awsapi</module> <module>patches</module> <module>client</module> <module>test</module> @@ -498,6 +497,12 @@ <profiles> <profile> + <id>awsapi</id> + <modules> + <module>awsapi</module> + </modules> + </profile> + <profile> <id>developer</id> <modules> <module>developer</module>