DnullP opened a new issue, #26019: URL: https://github.com/apache/shardingsphere/issues/26019
## Question After I downloaded the source code of 5.3.2, I used maven to build it, but the `test-e2e-env` could not be found in the repo. I don't know if I should change the version of the artifact. I've tried : - configuring the proxy - changing the version of maven The tools I use are as follows: - openJDK-17 - maven: 3.8.8 - windows10 Here is the relevant build log: ``` ... [INFO] shardingsphere-agent-logging-file .................. SUCCESS [ 0.092 s] [INFO] shardingsphere-test-it-optimizer ................... SUCCESS [ 0.383 s] [INFO] shardingsphere-test-it-rewriter .................... SUCCESS [ 0.329 s] [INFO] shardingsphere-test-it-pipeline .................... SUCCESS [ 0.891 s] [INFO] shardingsphere-test-e2e ............................ SUCCESS [ 0.105 s] [INFO] shardingsphere-test-e2e-fixture .................... SUCCESS [ 2.177 s] [INFO] shardingsphere-test-e2e-env ........................ FAILURE [ 0.494 s] [INFO] shardingsphere-test-e2e-suite ...................... SKIPPED [INFO] shardingsphere-test-e2e-driver ..................... SKIPPED [INFO] shardingsphere-test-e2e-pipeline ................... SKIPPED [INFO] shardingsphere-test-e2e-transaction ................ SKIPPED ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:29 min [INFO] Finished at: 2023-06-02T20:38:24+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project shardingsphere-test-e2e-env: Could not resolve dependencies for project org.apache.shardingsphere:shardingsphere-test-e2e-env:jar:5.3.2: Could not find artifact org.apache.shardingsphere:shardingsphere-test-e2e-fixture:jar:tests:5.3.2 in central (https://repo.maven.apache.org/maven2) -> [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/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :shardingsphere-test-e2e-env ``` Before asking a question, make sure you have: - Googled your question. - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview). Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will **close it**. -- 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]
