1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-09 00:40:11 +01:00

A mvn->mvn3 update missed previously

This commit is contained in:
Ciaran Gultnieks 2012-06-28 12:52:17 +01:00
parent 7377453360
commit 92befc2171

View File

@ -709,7 +709,7 @@ def getsrclib(spec, extlib_dir):
vcs = getvcs('git',
'https://code.google.com/r/andreasschildbach-bitcoinj/', sdir)
vcs.gotorevision(ref)
if subprocess.call(['mvn', 'install'], cwd=sdir) != 0:
if subprocess.call(['mvn3', 'install'], cwd=sdir) != 0:
raise BuildException("Maven build failed for BitcoinJWallet srclib")
return sdir