Skip to content

Commit 1071795

Browse files
HADOOP-19600. Fix Maven download link (#7768)
* The Jenkins CI for Windows Nightly build is failing since it's unable to download Apache Maven. * This PR updates the download link for Apache Maven.
1 parent 6eae158 commit 1071795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-support/docker/Dockerfile_windows_10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN powershell Invoke-WebRequest -URI https://cdn.azul.com/zulu/bin/zulu8.62.0.1
6262
RUN powershell Expand-Archive -Path $Env:TEMP\zulu8.62.0.19-ca-jdk8.0.332-win_x64.zip -DestinationPath "C:\Java"
6363

6464
# Install Apache Maven.
65-
RUN powershell Invoke-WebRequest -URI https://downloads.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.zip -OutFile $Env:TEMP\apache-maven-3.8.8-bin.zip
65+
RUN powershell Invoke-WebRequest -URI https://archive.apache.org/dist/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.zip -OutFile $Env:TEMP\apache-maven-3.8.8-bin.zip
6666
RUN powershell Expand-Archive -Path $Env:TEMP\apache-maven-3.8.8-bin.zip -DestinationPath "C:\Maven"
6767

6868
# Install CMake 3.19.0.

0 commit comments

Comments
 (0)