Skip to content

Commit 744100a

Browse files
authored
Merge pull request #11145 from swagger-api/appveyor-issue
updated maven download link
2 parents b4bf476 + 3028506 commit 744100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
Add-Type -AssemblyName System.IO.Compression.FileSystem
1111
if (!(Test-Path -Path "C:\maven" )) {
1212
(new-object System.Net.WebClient).DownloadFile(
13-
'http://www.us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.zip',
13+
'https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip',
1414
'C:\maven-bin.zip'
1515
)
1616
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")

0 commit comments

Comments
 (0)