lenboo commented on a change in pull request #619: URL: https://github.com/apache/dolphinscheduler-website/pull/619#discussion_r779465747
########## File path: development/en-us/development-environment-setup.md ########## @@ -19,6 +19,12 @@ mkdir dolphinscheduler cd dolphinscheduler git clone [email protected]: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 ` Review comment: ```suggestion ii. Run `mvn -U install package -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]
