This commit is contained in:
Martin Stockhammer 2017-05-14 21:36:39 +02:00
parent 912c8adf57
commit 8068da8c9e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-parent</artifactId>
<version>18</version>
<version>19-SNAPSHOT</version>
</parent>
<artifactId>archiva</artifactId>

View File

@ -65,7 +65,7 @@ foreach ($h in $urls.GetEnumerator()) {
}
if(!(Test-Path -Path $downloadDir )){
New-Item -ItemType directory -Path $downloadFile
New-Item -ItemType directory -Path $downloadDir
}
if ($Force -Or !(Test-Path -Path $downloadFile )){