Repository: qpid-jms Updated Branches: refs/heads/master a083535fd -> a3aa7d038
NO-JIRA: update maven version for Appveyor, use a stable URL to avoid build failure when the cache is cleared Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a3aa7d03 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/a3aa7d03 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/a3aa7d03 Branch: refs/heads/master Commit: a3aa7d0380053524c874862e9f0d6e277b63856a Parents: a083535 Author: Robert Gemmell <[email protected]> Authored: Fri Jul 15 11:51:28 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Fri Jul 15 11:51:28 2016 +0100 ---------------------------------------------------------------------- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/a3aa7d03/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index cb72fd2..ccfcd7a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,14 +8,14 @@ environment: install: - ps: | Add-Type -AssemblyName System.IO.Compression.FileSystem - if (!(Test-Path -Path "C:\maven\apache-maven-3.3.3" )) { + if (!(Test-Path -Path "C:\maven\apache-maven-3.3.9" )) { (new-object System.Net.WebClient).DownloadFile( - 'http://www.us.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip', + 'http://repo2.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip', 'C:\maven-bin.zip' ) [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven") } - - cmd: SET PATH=C:\maven\apache-maven-3.3.3\bin;%JAVA_HOME%\bin;%PATH% + - cmd: SET PATH=C:\maven\apache-maven-3.3.9\bin;%JAVA_HOME%\bin;%PATH% build_script: - mvn clean install -B -DskipTests @@ -43,4 +43,4 @@ on_finish: } cache: - - C:\maven\apache-maven-3.3.3 + - C:\maven\apache-maven-3.3.9 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
