diff --git a/src/sphinx/Detailed-Topics/Command-Line-Reference.rst b/src/sphinx/Detailed-Topics/Command-Line-Reference.rst index c61f8217c..6979d4c1f 100644 --- a/src/sphinx/Detailed-Topics/Command-Line-Reference.rst +++ b/src/sphinx/Detailed-Topics/Command-Line-Reference.rst @@ -182,325 +182,40 @@ System properties can be provided either as JVM options, or as SBT arguments, in both cases as ``-Dprop=value``. The following properties influence SBT execution. Also see :doc:`Launcher`. -.. raw:: html - -
| - -*Property* - -.. raw:: html - - | -- -*Values* - -.. raw:: html - - | -- -*Default* - -.. raw:: html - - | -- -*Meaning* - -.. raw:: html - - | -
| - -``sbt.log.format`` - -.. raw:: html - - | -- -Boolean - -.. raw:: html - - | -- -unset - -.. raw:: html - - | -- -If true, enable ANSI escape codes such as colors. -If false, disable them, which can be useful on build servers or terminals -that don't support color. -If unset, whether to use escape codes is automatically detected. - -.. raw:: html - - | -
| - -``sbt.global.base`` - -.. raw:: html - - | -- -Directory - -.. raw:: html - - | -- -``~/.sbt`` - -.. raw:: html - - | -- -The directory containing global settings and plugins - -.. raw:: html - - | -
| - -``sbt.ivy.home`` - -.. raw:: html - - | -- -Directory - -.. raw:: html - - | -- -``~/.ivy2`` - -.. raw:: html - - | -- -The directory containing the local Ivy repository and artifact cache - -.. raw:: html - - | -
| - -``sbt.boot.directory`` - -.. raw:: html - - | -- -Directory - -.. raw:: html - - | -- -``~/.sbt/boot`` - -.. raw:: html - - | -- -Path to shared boot directory - -.. raw:: html - - | -
| - -``sbt.main.class`` - -.. raw:: html - - | -- -String - -.. raw:: html - - | -- | - |
| - -``xsbt.inc.debug`` - -.. raw:: html - - | -- -Boolean - -.. raw:: html - - | -- -false - -.. raw:: html - - | -- |
| - -``sbt.version`` - -.. raw:: html - - | -- -Version - -.. raw:: html - - | -- -0.11.3 - -.. raw:: html - - | -- -sbt version to use, usually taken from project/build.properties - -.. raw:: html - - | -
| - -``sbt.boot.properties`` - -.. raw:: html - - | -- -File - -.. raw:: html - - | -- | - |
| - -``sbt.override.build.repos`` - -.. raw:: html - - | -- -Boolean - -.. raw:: html - - | -- -false - -.. raw:: html - - | -- -If true, repositories configured in a build definition are ignored and -the repositories configured for the launcher are used instead. See -``sbt.repository.config`` and the :doc:`Launcher` documentation. - -.. raw:: html - - | -
| - -``sbt.repository.config`` - -.. raw:: html - - | -- -File - -.. raw:: html - - | -- -~/.sbt/repositories - -.. raw:: html - - | -- -A file containing the repositories to use for the launcher. The format -is the same as a ``[repositories]`` section for a :doc:`Launcher` -configuration file. This setting is typically used in conjuction with -setting ``sbt.override.build.repos`` to true (see previous row and the -:doc:`Launcher` documentation). - -.. raw:: html - - | -