From a7349eeefd1051bd7ca3c67787dba2647e1a30a5 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Fri, 7 Sep 2012 05:06:06 -0700 Subject: [PATCH] don't call mvn in waf, so the build will take two steps, one is mvn install, another is waf rpm --- wscript_build | 3 --- 1 file changed, 3 deletions(-) diff --git a/wscript_build b/wscript_build index 354dc880a87..d8c9137a978 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 ()