From: Daniel Martí Date: Wed, 23 Oct 2013 17:59:28 +0000 (+0200) Subject: docs: maven now also supports @dir like gradle X-Git-Tag: 0.1~317 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c64bf8e479b8ed00d4228ff3d6e463272c2bdc8d;p=fdroidserver.git docs: maven now also supports @dir like gradle --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 202728d2..b96c8fdd 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -943,9 +943,6 @@ If the native code is being built by other means, you can specify not required, remove the directory instead (using @code{prebuild} for example). -@item maven=yes -Build with maven instead of ant - @item gradle=[@@] Build with gradle instead of ant, specifying what flavour to assemble. If is 'yes', 'main' or empty, no flavour will be used. Note @@ -955,6 +952,10 @@ If @@ is attached to , then the gradle tasks will be run in that directory. This might be necessary if gradle needs to be run in the parent directory, in which case one would use 'gradle=@..'. +@item maven=yes[@@] +Build with maven instead of ant. Like gradle, an extra @@ tells f-droid +to run maven inside that relative subdirectory. + @item preassemble= Space-separated list of gradle tasks to be run before the assemble task in a gradle project build.