You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/04 01:59:12 UTC

[skywalking] branch master updated: mvnw proxy config (#4310)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new ef60cb2  mvnw proxy config (#4310)
ef60cb2 is described below

commit ef60cb27813a02c8cd374b167a542c3a60102393
Author: José Augusto <au...@gmail.com>
AuthorDate: Mon Feb 3 22:59:00 2020 -0300

    mvnw proxy config (#4310)
    
    * mvnw proxy config
    
    explanation about config proxy mvnw
    
    Co-authored-by: 吴晟 Wu Sheng <wu...@foxmail.com>
---
 docs/en/guides/How-to-build.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md
index 203d647..86c50e3 100644
--- a/docs/en/guides/How-to-build.md
+++ b/docs/en/guides/How-to-build.md
@@ -4,6 +4,17 @@ This document helps people to compile and build the project in your maven and se
 ## Build Project
 **Because we are using Git submodule, we recommend don't use `GitHub` tag or release page to download source codes for compiling.**
 
+### Maven behind Proxy
+If you need to execute build behind the proxy, edit the *.mvn/jvm.config* and put the follow properties:
+```
+-Dhttp.proxyHost=proxy_ip
+-Dhttp.proxyPort=proxy_port
+-Dhttps.proxyHost=proxy_ip
+-Dhttps.proxyPort=proxy_port 
+-Dhttp.proxyUser=username
+-Dhttp.proxyPassword=password
+```
+
 ### Build from GitHub
 1. Prepare git, JDK8 and maven3
 1. `git clone https://github.com/apache/skywalking.git`