Skip to content

Commit

Permalink
config: fixed issue with appveyor and corrupted maven cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and romani committed Nov 24, 2016
1 parent 56a33b5 commit 38d519c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ init:
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
if (!(Test-Path -Path "C:\maven\apache-maven-3.2.5" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip',
'C:\maven-bin.zip'
Expand All @@ -27,7 +27,7 @@ install:
- cmd: '%CYG_BIN% -qnNdO -R %CYG_ROOT% -s %CYG_MIRROR% -l %CYG_CACHE% -P hg'

cache:
- C:\maven\
- C:\maven\apache-maven-3.2.5
- C:\Users\appveyor\.m2
- C:\cygwin\var\cache\setup

Expand Down

0 comments on commit 38d519c

Please sign in to comment.