need to call mvn install before waf deb

This commit is contained in:
Edison Su 2012-09-06 21:08:43 -07:00
parent 562484a63d
commit cef9626643
1 changed files with 2 additions and 0 deletions

View File

@ -693,6 +693,8 @@ def deb(context):
tarball = Scripting.dist('', VERSION)
srcdir = "%s/%s-%s"%(outputdir,APPNAME,VERSION)
Utils.exec_command("mvn install -P deps")
if _exists(srcdir): shutil.rmtree(srcdir)
mkdir_p(outputdir)