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>
|
<parent>
|
||||||
<groupId>org.apache.archiva</groupId>
|
<groupId>org.apache.archiva</groupId>
|
||||||
<artifactId>archiva-parent</artifactId>
|
<artifactId>archiva-parent</artifactId>
|
||||||
<version>18</version>
|
<version>19-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>archiva</artifactId>
|
<artifactId>archiva</artifactId>
|
||||||
|
|
|
@ -65,7 +65,7 @@ foreach ($h in $urls.GetEnumerator()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(Test-Path -Path $downloadDir )){
|
if(!(Test-Path -Path $downloadDir )){
|
||||||
New-Item -ItemType directory -Path $downloadFile
|
New-Item -ItemType directory -Path $downloadDir
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($Force -Or !(Test-Path -Path $downloadFile )){
|
if ($Force -Or !(Test-Path -Path $downloadFile )){
|
||||||
|
|
Loading…
Reference in New Issue