raulcd opened a new issue, #39468: URL: https://github.com/apache/arrow/issues/39468
### Describe the bug, including details regarding any error messages, version, and platform. The nightly job to build docs: * [test-ubuntu-22.04-docs](https://github.com/ursacomputing/crossbow/actions/runs/7416403993/job/20181319930) Is currently failing due to a missing pom: ``` Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.apache.arrow:arrow-c-data:pom:15.0.0-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced ``` This is indeed missing from: https://repository.apache.org/content/groups/snapshots/org/apache/arrow/ I am unsure if this is new or was removed as the `java-jars` job failed for a long time. ### Component(s) Continuous Integration, Java -- 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]
