Removed cloud module from main build
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d522a27a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d522a27a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d522a27a Branch: refs/heads/master Commit: d522a27aca499976b7789645515964388f67089f Parents: cf575fe Author: Shameera Rathnayaka <[email protected]> Authored: Fri Apr 15 16:33:50 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Fri Apr 15 16:33:50 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d522a27a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6883c8..a038bfa 100644 --- a/pom.xml +++ b/pom.xml @@ -556,7 +556,7 @@ <module>modules/credential-store</module> <module>modules/orchestrator</module> <module>modules/monitoring</module> - <module>modules/cloud</module> + <!--<module>modules/cloud</module>--> <module>modules/server</module> <module>modules/workflow</module> <module>modules/test-suite</module>
