vivuvivek opened a new issue, #719: URL: https://github.com/apache/incubator-xtable/issues/719
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-xtable/issues?q=is%3Aissue) and found no similar issues. ### Please describe the bug 🐞 I'm trying to build the project in Google Colab and also tried in Microsoft Fabric notebook and is failing. Looks like it is failing to download some reference package from the repository. Here is the last few lines of the error log. [INFO] [INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ xtable-service --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug release 8] to target/classes [INFO] [INFO] --- apache-rat-plugin:0.16.1:check (default) @ xtable-service --- [WARNING] Duplicate LicenseFamily category: AL (action: IGNORE) [WARNING] Duplicate License Apache License Version 2.0 (AL) of type AL (action: IGNORE) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses. [INFO] [INFO] --- quarkus-maven-plugin:3.2.12.Final:generate-code-tests (default) @ xtable-service --- Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/xtable/xtable-core_2.12/0.2.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/xtable/xtable-core_2.12/0.2.0-SNAPSHOT/xtable-core_2.12-0.2.0-SNAPSHOT.pom Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/xtable/xtable-core_2.12/0.2.0-SNAPSHOT/xtable-core_2.12-0.2.0-SNAPSHOT.jar Downloading from Maven Central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar Downloaded from Maven Central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar (2.4 MB at 15 MB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for XTable Project Parent POM 0.2.0-SNAPSHOT: [INFO] [INFO] XTable Project Parent POM .......................... SUCCESS [ 14.673 s] [INFO] XTable Project API ................................. SUCCESS [ 23.895 s] [INFO] XTable Project Hudi Support Parent POM ............. SUCCESS [ 0.166 s] [INFO] XTable Project Hudi Support Utils .................. SUCCESS [ 11.029 s] [INFO] XTable Project Core ................................ SUCCESS [ 42.293 s] [INFO] XTable Project Hudi Support Extensions ............. SUCCESS [ 9.711 s] [INFO] XTable AWS ......................................... SUCCESS [ 39.005 s] [INFO] XTable HMS ......................................... SUCCESS [01:15 min] [INFO] XTable Project Utilities ........................... SUCCESS [03:12 min] [INFO] xtable-service ..................................... FAILURE [ 38.455 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:41 min [INFO] Finished at: 2025-05-30T18:57:25Z [INFO] ------------------------------------------------------------------------ **[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.2.12.Final:generate-code-tests (default) on project xtable-service: Quarkus code generation phase has failed: Failed to bootstrap application in TEST mode: Failed to resolve dependencies for org.apache.xtable:xtable-service:jar:0.2.0-SNAPSHOT: Could not find artifact org.apache.xtable:xtable-core_2.12:jar:0.2.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [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 :xtable-service ### Are you willing to submit PR? - [ ] I am willing to submit a PR! - [ ] I am willing to submit a PR but need help getting started! ### 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]
