xuqinghuang opened a new issue, #5320: URL: https://github.com/apache/seatunnel/issues/5320
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened When executing the install-plugin.sh script, an exception was thrown and the exception kept printing. Later I found out that this script must be run under seatunnel_home. I think this script lacks the previous directory check, and this script should be executable in any directory, but now it can only be executed in the installation directory, which is not stated in the document. ### SeaTunnel Version 2.3.2 ### SeaTunnel Config ```conf 无 ``` ### Running Command ```shell apache-seatunnel-2.3.2/bin/install-plugin.sh ``` ### Error Exception ```log Install hadoop shade jar, usage version is 2.3.2 /srv/software/apache-seatunnel-2.3.2/mvnw: 223: cannot open /srv/software/.mvn/wrapper/maven-wrapper.properties: No such file /srv/software/.mvn/wrapper/maven-wrapper.jar: No such file or directory Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain Install SeaTunnel connectors plugins, usage version is 2.3.2 install connector : connector-amazondynamodb /srv/software/apache-seatunnel-2.3.2/mvnw: 223: cannot open /srv/software/.mvn/wrapper/maven-wrapper.properties: No such file /srv/software/.mvn/wrapper/maven-wrapper.jar: No such file or directory Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain install connector : connector-assert /srv/software/apache-seatunnel-2.3.2/mvnw: 223: cannot open /srv/software/.mvn/wrapper/maven-wrapper.properties: No such file /srv/software/.mvn/wrapper/maven-wrapper.jar: No such file or directory Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain install connector : connector-cassandra /srv/software/apache-seatunnel-2.3.2/mvnw: 223: cannot open /srv/software/.mvn/wrapper/maven-wrapper.properties: No such file /srv/software/.mvn/wrapper/maven-wrapper.jar: No such file or directory Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain install connector : connector-cdc-mysql /srv/software/apache-seatunnel-2.3.2/mvnw: 223: cannot open /srv/software/.mvn/wrapper/maven-wrapper.properties: No such file /srv/software/.mvn/wrapper/maven-wrapper.jar: No such file or directory ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots  ### Are you willing to submit PR? - [X] 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]
