Frog Password Generator: easier recipe
This commit is contained in:
parent
88b45e7623
commit
62ab1468e2
|
@ -4,6 +4,7 @@ Web Site:http://serverfrog.github.io/FrogPw/
|
||||||
Source Code:https://github.com/Serverfrog/FrogPw
|
Source Code:https://github.com/Serverfrog/FrogPw
|
||||||
Issue Tracker:https://github.com/Serverfrog/FrogPw/issues
|
Issue Tracker:https://github.com/Serverfrog/FrogPw/issues
|
||||||
|
|
||||||
|
Auto Name:Frog Password Generator
|
||||||
Summary:Helps to remember passwords
|
Summary:Helps to remember passwords
|
||||||
Description:
|
Description:
|
||||||
A password generator which will generate the same password only when the
|
A password generator which will generate the same password only when the
|
||||||
|
@ -16,20 +17,15 @@ Repo:https://github.com/Serverfrog/FrogPw.git
|
||||||
Build:0.1.2,1016
|
Build:0.1.2,1016
|
||||||
commit=b35bc593507e275d7cbe6b207b4e40170b68ecb2
|
commit=b35bc593507e275d7cbe6b207b4e40170b68ecb2
|
||||||
subdir=FrogPw-Android
|
subdir=FrogPw-Android
|
||||||
maven=yes
|
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 && \
|
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/
|
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Replacing package phase globally is a bad idea, need to run something
|
Need to figure out a better way to disable signing than to run that long sed command.
|
||||||
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
|
Version mismatch: Version Code from the APK seems to ber versionCode + 1
|
||||||
|
|
||||||
|
Use UCM:Tags once the tags have valid Android maven projects - the tag 0.1.1 is not yet buildable.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue