This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch asf/5.0-alpha/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/asf/5.0-alpha/release by this
push:
new 73ac78e Update docs.
73ac78e is described below
commit 73ac78e1e8d98740dd2ea25edc8dfcc4cf7c0b6c
Author: wu-sheng <[email protected]>
AuthorDate: Mon Mar 19 11:07:12 2018 +0800
Update docs.
---
docs/cn/How-to-build-CN.md | 4 ++--
docs/en/How-to-build.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/cn/How-to-build-CN.md b/docs/cn/How-to-build-CN.md
index 84bb2b6..223e0bc 100644
--- a/docs/cn/How-to-build-CN.md
+++ b/docs/cn/How-to-build-CN.md
@@ -13,12 +13,12 @@
1. 切换到tag `git checkout [tagname]` (可选,当需要编译发行版本时,请是切换到指定分支)
1. `git submodule init`
1. `git submodule update`
-1. 执行`mvn clean package -Dmaven.test.skip=true`
+1. 执行`mvn clean package -DskipTests`
1. 生成包在`/dist`目录下(.tar.gz是linux环境,.zip是windows环境)
### 从Apache源码镜像下载编译
1. 准备环境: jdk8,Maven
-1. 执行`mvn clean package -Dmaven.test.skip=true`
+1. 执行`mvn clean package -DskipTests`
1. 生成包在`/dist`目录下(.tar.gz是linux环境,.zip是windows环境)
diff --git a/docs/en/How-to-build.md b/docs/en/How-to-build.md
index 8646425..917d2f4 100644
--- a/docs/en/How-to-build.md
+++ b/docs/en/How-to-build.md
@@ -11,12 +11,12 @@ This document helps people to compile and build the project
in your maven and se
1. Switch to the tag by using `git checkout [tagname]` (Optional, switch if
want to build a release from source codes)
1. `git submodule init`
1. `git submodule update`
-1. Run `mvn clean package -Dmaven.test.skip=true`
+1. Run `mvn clean package -DskipTests`
1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).
### Build from Apache source codes
1. Prepare JDK8 and maven3
-1. Run `mvn clean package -Dmaven.test.skip=true`
+1. Run `mvn clean package -DskipTests`
1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).
## Setup your IntelliJ IDEA
--
To stop receiving notification emails like this one, please contact
[email protected].