-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-40649: [CI][Release][Java] Use Maven 3.8 for verify-rc-source-java-linux-almalinux-8-amd64 #40650
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
Conversation
…e-java-linux-almalinux-8-amd64
|
@github-actions crossbow submit verify-rc-source-java-linux-almalinux-8-amd64 |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
=============================
Build and test Java libraries
=============================
/arrow/java /arrow /
/arrow/dev/release/verify-release-candidate.sh: line 614: mvn: command not found
Failed to verify release candidate. See /tmp/arrow-HEAD.FB64e for details. |
|
@github-actions crossbow submit verify-rc-source-java-linux-almalinux-8-amd64 |
|
Revision: 3cbf8c0 Submitted crossbow builds: ursacomputing/crossbow @ actions-92e7ff8fc8
|
|
@kou this is a bit odd:https://github.com/ursacomputing/crossbow/actions/runs/8334984011/job/22809595263#step:6:53820 |
Done! |
|
@github-actions crossbow submit java |
|
Revision: 3cbf8c0 Submitted crossbow builds: ursacomputing/crossbow @ actions-9c4db745cb |
|
@github-actions crossbow submit verify-rc-source-java-linux-almalinux-8-amd64 |
|
Revision: 3cbf8c0 Submitted crossbow builds: ursacomputing/crossbow @ actions-2f9781ecf4
|
|
@kou I think something is missing here. I am not quite sure what. Need to evaluate further. |
|
The error message: |
|
Is |
|
It's referred from
|
|
@jduo Do you know what is the problem of #40650 (comment) ? Should we use different Maven version? (Maven 3.8 has a problem?) |
|
@kou is there a way to locally test this using docker/archery to reproduce if possible? |
flatbuffers.java is the automatically generated module name for flatbuffers-java.jar (rather than being an actual .java file). |
When adding module support, I ran into issues with very specific versions of some plugins but don't remember the maven version itself being an issue. The ones that really caused problems were the maven-shade-plugin and the maven-analyze-plugin. |
You can use |
|
@jduo Thanks for taking a look at this. Hmm... It seems that we need to look into this to fix this... |
Rationale for this change
#39696 requires Maven 3.6 or later.
What changes are included in this PR?
Use Maven 3.8.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.