sszuev commented on issue #2465: URL: https://github.com/apache/jena/issues/2465#issuecomment-2115810067
unfortunately the error is reproduced every time deleting `.m2/repository/org/apache/jena/jena-cmds/5.1.0-SNAPSHOT/` & `jena/jena-cmds/target/` did not help. When running `mvn clean install -pl -jena-integration-tests` the error occurred in a different place: ``` [INFO] Apache Jena - Benchmarks JMH ....................... SUCCESS [ 2.970 s] [INFO] Apache Jena - Distribution ......................... FAILURE [ 0.005 s] [INFO] Apache Jena - Security Permissions ................. SKIPPED [INFO] Apache Jena - Extras ............................... SKIPPED [INFO] Apache Jena - Extras - Query Builder ............... SKIPPED [INFO] Apache Jena - CommonsRDF for Jena .................. SKIPPED [INFO] Apache Jena - Extras - Service Enhancer ............ SKIPPED [INFO] Apache Jena - Code Examples ........................ SKIPPED [INFO] Apache Jena - BOM .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:56 min [INFO] Finished at: 2024-05-16T20:11:44+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project apache-jena: Could not resolve dependencies for project org.apache.jena:apache-jena:pom:5.1.0-SNAPSHOT: org.apache.jena:jena-cmds:jar:sources:5.1.0-SNAPSHOT was not found in https://repository.apache.org/snapshots during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [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 :apache-jena ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
