Barcode Scanner sudo install maven from jessie-backports on prebuild

This commit is contained in:
mimi89999 2017-07-07 20:52:59 +02:00
parent de03ab6887
commit 18d9d7d6ac
No known key found for this signature in database
GPG key ID: 4B054AC4922D7B18

View file

@ -104,7 +104,9 @@ Build:4.7.6,106
subdir=android
maven=yes
output=target/android-4.7.6-aligned.apk
prebuild=sed -i "58iandroid:debuggable=\"false\"" AndroidManifest.xml
prebuild=echo "Using SUDO to install maven from jessie-backports repo!" && \
sudo apt-get -y install -t jessie-backports maven && \
sed -i "58iandroid:debuggable=\"false\"" AndroidManifest.xml
scanignore=core/src/test
build=$$MVN3$$ install -f ../core/pom.xml -Dmaven.test.skip=true && \
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true && \