ant
Build Tool
Provides support for the Apache Ant build tool.
Variable | Passed to Docker | Notes |
---|---|---|
ANT_ARGS |
YES | Additional arguments to ant |
ANT_HOME |
YES | Used to determine the location of the ant binary if it is not on the path or provided via the --ant-cmd flag |
ANT_OPTS |
YES | Additional options to the JVM that runs ant |
Option | Notes |
---|---|
--ant-cmd |
Specifically set the location of the ant binary |
${HOME}/.ivy2
is mounted to /home/${USER_NAME}/.ivy2
in the container.ANT_OPTS
and ANT_ARGS
are populated into the container environment.See build tools for more information.