ForgPW: Force maven-plugin version 3.7.0; enable
This commit is contained in:
parent
582fe77c87
commit
71febd6d9b
|
@ -15,11 +15,11 @@ Repo Type:git
|
||||||
Repo:https://github.com/Serverfrog/FrogPw.git
|
Repo:https://github.com/Serverfrog/FrogPw.git
|
||||||
|
|
||||||
Build:0.1.2,1016
|
Build:0.1.2,1016
|
||||||
disable=requires maven 3.1.1
|
|
||||||
commit=b35bc593507e275d7cbe6b207b4e40170b68ecb2
|
commit=b35bc593507e275d7cbe6b207b4e40170b68ecb2
|
||||||
subdir=FrogPw-Android
|
subdir=FrogPw-Android
|
||||||
maven=yes@..
|
maven=yes@..
|
||||||
prebuild=sed -i -e 's@<phase>package</phase>@<phase>none</phase>@g' pom.xml
|
prebuild=sed -i -e 's@<phase>package</phase>@<phase>none</phase>@g' \
|
||||||
|
-e 's@<android.mavenversion>3.8.2</android.mavenversion>@<android.mavenversion>3.7.0</android.mavenversion>@g' pom.xml
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Need to figure out a better way to disable signing than to run that sed command.
|
Need to figure out a better way to disable signing than to run that sed command.
|
||||||
|
@ -27,6 +27,8 @@ Need to figure out a better way to disable signing than to run that sed command.
|
||||||
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.
|
Use UCM:Tags once the tags have valid Android maven projects - the tag 0.1.1 is not yet buildable.
|
||||||
|
|
||||||
|
Remove second sed command when build server uses mvn-3.1.1+.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
|
@ -19,7 +19,7 @@ Build:2.0.1,4
|
||||||
maven=yes
|
maven=yes
|
||||||
prebuild=sed -i 's@<version>3.8.2</version>@<version>3.7.0</version>@g' pom.xml
|
prebuild=sed -i 's@<version>3.8.2</version>@<version>3.7.0</version>@g' pom.xml
|
||||||
|
|
||||||
Maintainer Notice:
|
Maintainer Notes:
|
||||||
Remove prebuild when build server is no longer stuck at mvn-3.0.5. Check
|
Remove prebuild when build server is no longer stuck at mvn-3.0.5. Check
|
||||||
the sed script at every release as it matches quite a lot: Don't use sed
|
the sed script at every release as it matches quite a lot: Don't use sed
|
||||||
for XML manipulation...
|
for XML manipulation...
|
||||||
|
|
Loading…
Reference in a new issue