mirror of https://github.com/apache/archiva.git
Test
This commit is contained in:
parent
912c8adf57
commit
8068da8c9e
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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 )){
|
||||
|
|
Loading…
Reference in New Issue