-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][Java] Nightly job to build docs fails due to missing arrow-c-data pom on snapshots repository #39468
Comments
Hmm, but a local build shouldn't need to find it in the remote repo. Also, that's a warning. This is the actual reported error:
|
It appears we probably forgot to pin something: https://stackoverflow.com/questions/51091539/maven-site-plugins-3-3-java-lang-classnotfoundexception-org-apache-maven-doxia |
Oops, I am looking at too many logs :) |
#39471 appears to fix it. |
The error seems to be related to |
### Rationale for this change Pin plugins we use for docs build. ### Are there any user-facing changes? No. * Closes: apache#39468 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
### Rationale for this change Pin plugins we use for docs build. ### Are there any user-facing changes? No. * Closes: apache#39468 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
### Rationale for this change Pin plugins we use for docs build. ### Are there any user-facing changes? No. * Closes: apache#39468 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
The nightly job to build docs:
Is currently failing due to a missing pom:
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
The text was updated successfully, but these errors were encountered: