This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new e856cf0cf update compile command (#768)
e856cf0cf is described below
commit e856cf0cf4d531cd5ebc57df588126d94ae905cf
Author: BaoLiang <[email protected]>
AuthorDate: Thu Apr 7 11:33:57 2022 +0800
update compile command (#768)
Co-authored-by: Jiajie Zhong <[email protected]>
---
development/en-us/development-environment-setup.md | 2 +-
development/zh-cn/development-environment-setup.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/development/en-us/development-environment-setup.md
b/development/en-us/development-environment-setup.md
index ebe7d09c2..25f350b08 100644
--- a/development/en-us/development-environment-setup.md
+++ b/development/en-us/development-environment-setup.md
@@ -23,7 +23,7 @@ git clone [email protected]:apache/dolphinscheduler.git
i. If you use MySQL database, pay attention to modify pom.xml in the root
project, and change the scope of the mysql-connector-java dependency to compile.
-ii. Run `mvn -U install package -Prelease -Dmaven.test.skip=true `
+ii. Run `mvn clean install -Prelease -Dmaven.test.skip=true`
## Notice
diff --git a/development/zh-cn/development-environment-setup.md
b/development/zh-cn/development-environment-setup.md
index d59bdbecc..fae9d73ea 100644
--- a/development/zh-cn/development-environment-setup.md
+++ b/development/zh-cn/development-environment-setup.md
@@ -20,7 +20,7 @@ git clone [email protected]:apache/dolphinscheduler.git
```
### 编译源码
* 如果使用MySQL数据库,请注意修改pom.xml, 添加 ` mysql-connector-java ` 依赖。
-* 运行 ` mvn -U install package -Prelease -Dmaven.test.skip=true `
+* 运行 `mvn clean install -Prelease -Dmaven.test.skip=true`