You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/04/06 11:46:36 UTC

[46/50] tinkerpop git commit: TINKERPOP-1659 documentation

TINKERPOP-1659 documentation


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/11903a2c
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/11903a2c
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/11903a2c

Branch: refs/heads/TINKERPOP-1577
Commit: 11903a2cdf606071e348b4f395174b6a88f6ca24
Parents: beb7f74
Author: Robert Dale <ro...@gmail.com>
Authored: Thu Mar 30 14:30:59 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Thu Mar 30 14:30:59 2017 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/development-environment.asciidoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/11903a2c/docs/src/dev/developer/development-environment.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc
index f7ef0b7..8a237cc 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -85,6 +85,9 @@ TINKERPOP_DOCKER_OPTS="--tmpfs /usr/src/tinkermem:exec,mode=0755,rw,noatime,size
 TINKERPOP_DOCKER_OPTS="--sysctl net.ipv6.conf.all.disable_ipv6=1 --sysctl net.ipv6.conf.default.disable_ipv6=1"
 ----
 
+A custom maven settings.xml can be supplied, for example, to point to a local proxy. Copy the `settings.xml` to the
+`PROJECT_HOME/` directory. The Docker script will detect and copy it to the running container.
+
 If the container is used to generate the user docs, it will start a web server and show the URL that
 is used to host the HTML docs.