Repository: reef Updated Branches: refs/heads/master 1fc8cd051 -> ac732bde2
[REEF-1643] Remove Maven download from AppVeyor dependencies JIRA: [REEF-1643](https://issues.apache.org/jira/browse/REEF-1643) Pull request: This closes #1158 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/ac732bde Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/ac732bde Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/ac732bde Branch: refs/heads/master Commit: ac732bde29ec6ae8827ffa93bdc1e03bb538228b Parents: 1fc8cd0 Author: Mariia Mykhailova <[email protected]> Authored: Mon Oct 17 10:29:24 2016 -0700 Committer: Markus Weimer <[email protected]> Committed: Mon Oct 17 15:57:52 2016 -0700 ---------------------------------------------------------------------- dev/appveyor-install-dependencies.ps1 | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/ac732bde/dev/appveyor-install-dependencies.ps1 ---------------------------------------------------------------------- diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1 index 00c0454..8563de5 100644 --- a/dev/appveyor-install-dependencies.ps1 +++ b/dev/appveyor-install-dependencies.ps1 @@ -25,21 +25,6 @@ if (!(Test-Path $tools)) New-Item -ItemType Directory -Force -Path $tools | Out-Null } -# ========================== maven -Push-Location $tools - -$mavenVer = "3.3.3" -appveyor DownloadFile "https://archive.apache.org/dist/maven/maven-3/$mavenVer/binaries/apache-maven-$mavenVer-bin.zip" -FileName "maven.zip" - -# extract -Invoke-Expression "7z.exe x maven.zip" | Out-Null - -# add maven to environment variables -$env:Path += ";$tools\apache-maven-$mavenVer\bin" -$env:M2_HOME = "$tools\apache-maven-$mavenVer" - -Pop-Location - # ========================== protoc $protocVer = "2.5.0" $protocPath = "$tools\protoc-$protocVer"
