Barcode Scanner use sudo= for installing recent maven for 4.7.6

This commit is contained in:
mimi89999 2017-07-19 13:35:50 +02:00
parent 2b4c8423b8
commit ac1ab4b7ff
No known key found for this signature in database
GPG key ID: 4B054AC4922D7B18

View file

@ -101,11 +101,10 @@ Build:4.7.5,105
Build:4.7.6,106
commit=BS-4.7.6
subdir=android
sudo=apt-get -y install -t jessie-backports maven
maven=yes
output=target/android-4.7.6-aligned.apk
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
prebuild=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 && \