mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Added maven support to build process
This commit is contained in:
parent
623f06d7bc
commit
b37ce633fe
2 changed files with 20 additions and 7 deletions
2
README
2
README
|
@ -25,6 +25,7 @@ To be able to auto-build packages, you're going to need:
|
|||
*The Android NDK
|
||||
*Ant
|
||||
*Ant Contrib Tasks (Debian package ant-contrib)
|
||||
*Maven (Debian package maven2)
|
||||
*JavaCC (Debian package javacc)
|
||||
*VCS clients: svn, git, hg, bzr
|
||||
*A keystore for holding release keys. (Safe, secure and well backed up!)
|
||||
|
@ -194,6 +195,7 @@ configuration to the build. These are:
|
|||
need to enable this.
|
||||
fixapos=yes Like fixtrans, but deals with an even older issue relating
|
||||
to 'unescaped apostrophes' in translation strings.
|
||||
maven=yes Build with maven instead of ant
|
||||
|
||||
Another example, using extra parameters:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue