We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4bf476 + 3028506 commit 744100aCopy full SHA for 744100a
appveyor.yml
@@ -10,7 +10,7 @@ install:
10
Add-Type -AssemblyName System.IO.Compression.FileSystem
11
if (!(Test-Path -Path "C:\maven" )) {
12
(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',
+ 'https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip',
14
'C:\maven-bin.zip'
15
)
16
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
0 commit comments