You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/07 14:07:23 UTC

git commit: don't call mvn in waf, so the build will take two steps, one is mvn install, another is waf rpm

Updated Branches:
  refs/heads/4.0 23574cca1 -> 9d0db6dc7


don't call mvn in waf, so the build will take two steps, one is mvn install, another is waf rpm


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9d0db6dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9d0db6dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9d0db6dc

Branch: refs/heads/4.0
Commit: 9d0db6dc796ce5dfd4de3c421b4504fd735dde2a
Parents: 23574cc
Author: Edison Su <su...@gmail.com>
Authored: Fri Sep 7 05:06:06 2012 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Fri Sep 7 05:06:06 2012 -0700

----------------------------------------------------------------------
 wscript_build |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9d0db6dc/wscript_build
----------------------------------------------------------------------
diff --git a/wscript_build b/wscript_build
index 354dc88..d8c9137 100644
--- a/wscript_build
+++ b/wscript_build
@@ -430,9 +430,6 @@ def build_usage_dir ():
 	Utils.pprint ("GREEN", "Installed files of usage/")
 
 
-def install_mvn():
-        Utils.exec_command("mvn install -P deps")
-install_mvn()
 # Get started to execute here
 build_utils_docs ()
 build_jars ()