Skip to content

[MINOR] Use build/mvn wrapper in release scripts#11625

Open
yaooqinn wants to merge 1 commit intoapache:mainfrom
yaooqinn:fix-release-mvn
Open

[MINOR] Use build/mvn wrapper in release scripts#11625
yaooqinn wants to merge 1 commit intoapache:mainfrom
yaooqinn:fix-release-mvn

Conversation

@yaooqinn
Copy link
Member

What changes were proposed in this pull request?

Replace bare mvn with ./build/mvn wrapper in release scripts to ensure consistent Maven version and settings across environments.

Changes:

  • dev/release/build-release.sh: Use ${GLUTEN_HOME}/build/mvn for both Java 8 and Java 17 builds
  • dev/release/bump-version.sh: Default MVN_BIN to ${GLUTEN_HOME}/build/mvn instead of bare mvn

How was this patch tested?

Script-only change, verified by inspection. The GLUTEN_HOME variable is already resolved in both scripts before the mvn invocations.

Replace bare 'mvn' with './build/mvn' wrapper in release scripts
to ensure consistent Maven version and settings across environments.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added the BUILD label Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant