suntectec opened a new issue, #9521:
URL: https://github.com/apache/seatunnel/issues/9521

   ### 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
   
   With Docker Container, specify config/plugin_config, execute command  
bin/install-plugin.sh, raise BUILD FAILURE:
   
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get (default-cli) on 
project standalone-pom: Couldn't download artifact: Could not find artifact 
org.apache.seatunnel:connector-kafka
   [ERROR] :jar:2.3.10 in central (https://repo.maven.apache.org/maven2)
   
   
   
   ### SeaTunnel Version
   
   2.3.10
   
   ### SeaTunnel Config
   
   ```conf
   No response
   ```
   
   ### Running Command
   
   ```shell
   sh bin/install-plugin.sh
   
   sh bin/install-plugin.sh 2.3.10
   ```
   
   ### Error Exception
   
   ```log
   install connector :  connector-kafka
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] ------------------< org.apache.maven:standalone-pom 
>-------------------
   [INFO] Building Maven Stub Project (No POM) 1
   [INFO] --------------------------------[ pom 
]---------------------------------
   [INFO] 
   [INFO] --- maven-dependency-plugin:2.8:get (default-cli) @ standalone-pom ---
   [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to 
xml-apis:xml-apis:jar:1.0.b2
   :jar:2.3.10lving org.apache.seatunnel:connector-kafka
   Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/seatunnel/connector-kafka%0D/2.3.10/connector-kafka%0D-2.3.10.jar
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  1.797 s
   [INFO] Finished at: 2025-06-29T13:20:42Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:2.8:get (default-cli) on 
project standalone-pom: Couldn't download artifact: Could not find artifact 
org.apache.seatunnel:connector-kafka
   [ERROR] :jar:2.3.10 in central (https://repo.maven.apache.org/maven2)
   [ERROR] 
   [ERROR] Try downloading the file manually from the project website.
   [ERROR] 
   [ERROR] Then, install it using the command: 
   [ERROR]     mvn install:install-file -DgroupId=org.apache.seatunnel 
-DartifactId=connector-kafka
   [ERROR]  -Dversion=2.3.10 -Dpackaging=jar -Dfile=/path/to/file
   [ERROR] 
   [ERROR] Alternatively, if you host your own repository you can deploy the 
file there: 
   [ERROR]     mvn deploy:deploy-file -DgroupId=org.apache.seatunnel 
-DartifactId=connector-kafka
   [ERROR]  -Dversion=2.3.10 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]
   [ERROR] 
   [ERROR] 
   [ERROR]   org.apache.seatunnel:connector-kafka
   [ERROR] :jar:2.3.10
   [ERROR] 
   [ERROR] from the specified remote repositories:
   [ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, 
snapshots=false)
   [ERROR] 
   [ERROR] -> [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
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   11
   
   ### Screenshots
   
   
![Image](https://github.com/user-attachments/assets/5272fc63-d9d6-45a6-a6ca-065162d4938d)
   
   ### 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]

Reply via email to