mirror of https://github.com/apache/cloudstack.git
don't call mvn in waf, so the build will take two steps, one is mvn install, another is waf rpm
This commit is contained in:
parent
23574cca1d
commit
9d0db6dc79
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue