chiark / gitweb /
docs: maven now also supports @dir like gradle
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 23 Oct 2013 17:59:28 +0000 (19:59 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 23 Oct 2013 17:59:28 +0000 (19:59 +0200)
docs/fdroid.texi

index 202728d28050b50f594339f2be1f5e79d417088b..b96c8fdd701dafa17d19e62629bc903c5ab7519e 100644 (file)
@@ -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=<flavour>[@@<dir>]
 Build with gradle instead of ant, specifying what flavour to assemble.
 If <flavour> is 'yes', 'main' or empty, no flavour will be used. Note
@@ -955,6 +952,10 @@ If @@<dir> is attached to <flavour>, 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=<flavour>@..'.
 
+@item maven=yes[@@<dir>]
+Build with maven instead of ant. Like gradle, an extra @@<dir> tells f-droid
+to run maven inside that relative subdirectory.
+
 @item preassemble=<task1> <task2>
 Space-separated list of gradle tasks to be run before the assemble task
 in a gradle project build.