Updated Branches: refs/heads/master f20f388bf -> a7349eeef
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/a7349eee Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a7349eee Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a7349eee Branch: refs/heads/master Commit: a7349eeefd1051bd7ca3c67787dba2647e1a30a5 Parents: 02b46c5 Author: Edison Su <[email protected]> Authored: Fri Sep 7 05:06:06 2012 -0700 Committer: Edison Su <[email protected]> Committed: Fri Sep 7 05:13:16 2012 -0700 ---------------------------------------------------------------------- wscript_build | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a7349eee/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 ()
