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 [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 ` 

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 [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 ` 

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to