You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2022/01/12 07:44:34 UTC

[dolphinscheduler-website] branch master updated: compile source code (#619)

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

leonbao 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 b56a01e  compile  source code  (#619)
b56a01e is described below

commit b56a01e2e1279b17a47cb21ee4827de8d6f77812
Author: chanis <40...@qq.com>
AuthorDate: Wed Jan 12 15:44:29 2022 +0800

    compile  source code  (#619)
    
    * compile  source code
    
     add mvn "command"
    
    * compile source code add command
    
    compile source code add  `mvn` command
    
    * complie  source  code
    
    add `mvn` command
    
    * compile   source  code
    
    add  compile   source  code  'mvn' command
    
    * compile source code
    
    add  compile source code 'mvn' command
    
    * modliy   edit command
    
    add   mvn  command
    
    * add mvn command
    
    add mvn command
    
    * add mvn command
    
    add  mvn command
---
 development/en-us/development-environment-setup.md | 6 ++++++
 development/zh-cn/development-environment-setup.md | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/development/en-us/development-environment-setup.md b/development/en-us/development-environment-setup.md
index 415ba2e..ebe7d09 100644
--- a/development/en-us/development-environment-setup.md
+++ b/development/en-us/development-environment-setup.md
@@ -19,6 +19,12 @@ mkdir dolphinscheduler
 cd dolphinscheduler
 git clone git@github.com:apache/dolphinscheduler.git
 ```
+### compile source code
+
+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 ` 
+
 
 ## Notice
 
diff --git a/development/zh-cn/development-environment-setup.md b/development/zh-cn/development-environment-setup.md
index d8851cd..d59bdbe 100644
--- a/development/zh-cn/development-environment-setup.md
+++ b/development/zh-cn/development-environment-setup.md
@@ -18,6 +18,11 @@ mkdir dolphinscheduler
 cd dolphinscheduler
 git clone git@github.com:apache/dolphinscheduler.git
 ```
+### 编译源码 
+* 如果使用MySQL数据库,请注意修改pom.xml, 添加 ` mysql-connector-java ` 依赖。
+* 运行 ` mvn -U install package -Prelease -Dmaven.test.skip=true ` 
+
+
 
 ## 开发者须知