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 da16090 Update build doc.
da16090 is described below
commit da1609062b99b1d55ee2291124ead997f1706b4b
Author: wu-sheng <[email protected]>
AuthorDate: Mon Mar 19 11:03:28 2018 +0800
Update build doc.
---
docs/cn/How-to-build-CN.md | 8 ++++----
docs/en/How-to-build.md | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/cn/How-to-build-CN.md b/docs/cn/How-to-build-CN.md
index c39e59d..84bb2b6 100644
--- a/docs/cn/How-to-build-CN.md
+++ b/docs/cn/How-to-build-CN.md
@@ -13,13 +13,13 @@
1. 切换到tag `git checkout [tagname]` (可选,当需要编译发行版本时,请是切换到指定分支)
1. `git submodule init`
1. `git submodule update`
-1. 执行`mvn clean package`
-1. 生成包在`/dist`目录下,共发布包(.tar.gz是linux环境,.zip是windows环境)
+1. 执行`mvn clean package -Dmaven.test.skip=true`
+1. 生成包在`/dist`目录下(.tar.gz是linux环境,.zip是windows环境)
### 从Apache源码镜像下载编译
1. 准备环境: jdk8,Maven
-1. 执行`mvn clean package`
-1. 生成包在`/dist`目录下,共发布包(.tar.gz是linux环境,.zip是windows环境)
+1. 执行`mvn clean package -Dmaven.test.skip=true`
+1. 生成包在`/dist`目录下(.tar.gz是linux环境,.zip是windows环境)
## 在IntelliJ IDEA中编译工程
diff --git a/docs/en/How-to-build.md b/docs/en/How-to-build.md
index f744af1..8646425 100644
--- a/docs/en/How-to-build.md
+++ b/docs/en/How-to-build.md
@@ -11,13 +11,13 @@ 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`
-1. All packages are in `/dist`, which includes two files(.tar.gz for Linux and
.zip for Windows).
+1. Run `mvn clean package -Dmaven.test.skip=true`
+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`
-1. All packages are in `/dist`, which includes two files(.tar.gz for Linux and
.zip for Windows).
+1. Run `mvn clean package -Dmaven.test.skip=true`
+1. All packages are in `/dist`.(.tar.gz for Linux and .zip for Windows).
## Setup your IntelliJ IDEA
1. Import the project as a maven project
--
To stop receiving notification emails like this one, please contact
[email protected].