You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/07 03:21:17 UTC

[GitHub] [dolphinscheduler-website] zhongjiajie commented on a diff in pull request #768: update compile command

zhongjiajie commented on code in PR #768:
URL: https://github.com/apache/dolphinscheduler-website/pull/768#discussion_r844600636


##########
development/en-us/development-environment-setup.md:
##########
@@ -23,7 +23,7 @@ git clone git@github.com: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 ` 

Review Comment:
   ```suggestion
   ii. Run `mvn clean install -Prelease -Dmaven.test.skip=true` 
   ```



##########
development/zh-cn/development-environment-setup.md:
##########
@@ -20,7 +20,7 @@ git clone git@github.com: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 ` 

Review Comment:
   ```suggestion
   * 运行 `mvn clean install -Prelease -Dmaven.test.skip=true`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org