mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
We don't really need to build ant from source, as we don't use any non-standard build options. This avoids downloading dependencies at build time that maven stores outside the build dir (to $HOME/.m2/repository). That also fixes build issues on jenkins. Signed-off-by: Matthias Reichl <hias@horus.com>