ELKTKJ opened a new issue, #3464: URL: https://github.com/apache/incubator-seatunnel/issues/3464
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description I follow [Set Up Develop Environment](https://seatunnel.apache.org/docs/2.3.0-beta/contribution/setup) first ```shell git clone [email protected]:apache/incubator-seatunnel.git ``` then ```shell mvnw install -Dmaven.test.skip ``` Got these errors, How can i solve this? The similar issue is #3167, but i can't get answer from there. Thanks! I am using Window 10 System. Java and Scala versions are as follow: ```plain java version "1.8.0_291" Java(TM) SE Runtime Environment (build 1.8.0_291-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode) Scala code runner version 2.11.12 -- Copyright 2002-2017, LAMP/EPFL ``` ```shell [INFO] seatunnel-transforms-v2-e2e ........................ SKIPPED [INFO] seatunnel-dist ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:38 min [INFO] Finished at: 2022-11-18T11:27:58+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.3.1:doc-jar (attach-javadocs) on project connector-cdc-mysql: MavenReportException: Error while creating archive: wrap: Process exited with an error: 1 (Exit value: 1) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :connector-cdc-mysql ``` ### Usage Scenario _No response_ ### Related issues #3167 ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
