FrogPw: Clean up
This commit is contained in:
parent
8fbb5eaef3
commit
da12e44f13
|
@ -16,19 +16,13 @@ Repo:https://github.com/Serverfrog/FrogPw.git
|
|||
Build:0.1.2,1016
|
||||
commit=b35bc593507e275d7cbe6b207b4e40170b68ecb2
|
||||
subdir=FrogPw-Android
|
||||
maven=yes
|
||||
prebuild=sed -i -e 's@<artifactId>FrogPw-Core</artifactId>@<artifactId>FrogPw-Core</artifactId><scope>system</scope><systemPath>${basedir}/../FrogPw-Core/target/FrogPw.jar</systemPath>@g' -e 's@<phase>package</phase>@<phase>none</phase>@g' pom.xml && \
|
||||
cd ../FrogPw-Core && \
|
||||
mvn package
|
||||
scanignore=FrogPw-Core/target/
|
||||
maven=yes@..
|
||||
prebuild=sed -i -e 's@<phase>package</phase>@<phase>none</phase>@g' pom.xml
|
||||
|
||||
Maintainer Notes:
|
||||
Replacing package phase globally is a bad idea, need to run something
|
||||
like 'mvn package -Dmaven.jar.sign.skip=true'.
|
||||
|
||||
Running mvn from the root directory builds lib and apk, but this will
|
||||
break the UCM.
|
||||
|
||||
Version mismatch: Version Code from the APK seems to ber versionCode + 1
|
||||
.
|
||||
|
||||
|
|
Loading…
Reference in a new issue