This is an automated email from the ASF dual-hosted git repository. gaurava pushed a commit to branch docker-local-ci in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 11a6d5f15da9390bae59336257617f5e69cbf682 Author: Gautham Banasandra <gautham.bangal...@gmail.com> AuthorDate: Mon Jul 14 22:27:46 2025 +0530 Fix Maven repo path --- dev-support/run-local-ci.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/run-local-ci.ps1 b/dev-support/run-local-ci.ps1 index 186a59da54c..d9e6eccde2c 100644 --- a/dev-support/run-local-ci.ps1 +++ b/dev-support/run-local-ci.ps1 @@ -67,7 +67,7 @@ param ( # The path to the Maven repository [Parameter(Mandatory = $False)] [string] - $MavenRepoPath = "$Env:USERPROFILE\.m2", + $MavenRepoPath = 'D:\maven\repository', # Use Docker for the build [Parameter(Mandatory = $False)] --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org