Frog Password Generator: easier recipe

This commit is contained in:
Daniel Martí 2014-04-22 11:39:57 +02:00
parent 88b45e7623
commit 62ab1468e2

View file

@ -4,6 +4,7 @@ Web Site:http://serverfrog.github.io/FrogPw/
Source Code:https://github.com/Serverfrog/FrogPw
Issue Tracker:https://github.com/Serverfrog/FrogPw/issues
Auto Name:Frog Password Generator
Summary:Helps to remember passwords
Description:
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
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@<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
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.
Need to figure out a better way to disable signing than to run that long sed command.
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