diff --git a/documentation/index.html b/documentation/index.html index f705f59..8ef52e7 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -300,6 +300,12 @@ dependencies { <repo>http://jcenter.com</repo> <repo>http://example.com</repo> </defaultRepos> + <proxies> + <proxy> + <host>proxy-host.com</host> + <port>1234</port> + </proxy> + </proxies> </kobaltSettings>
Here is a list of the parameters you can configure: @@ -343,8 +349,12 @@ dependencies {
~/.kobalt/localMavenRepo
publishToLocalMaven
is invoked.proxies
None
Templates are invoked with the --init
parameter and typically used when you are creating
@@ -696,8 +706,15 @@ New versions found:
kobalt/wrapper/kobalt-wrapper.properties
manually.
+ Note: If the --update
parameter can't download Kobalt because your machine is
+ behind a proxy, you can specify that proxy as a system environment variable when launching the JVM
+ to run Kobalt:
+
java -DhttpProxy=host:port -jar kobalt/wrapper/kobalt-wrapper.jar --update+ -
Kobalt automatically detects how to run your tests based on the test dependencies that you declared: