Skip to content

Commit e044431

Browse files
appveyor maven version 3.3.9
1 parent 71bbb46 commit e044431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
build_script:
1313
- ps: |-
1414
Write-Host -ForegroundColor Cyan "Building version: $($env:APPVEYOR_BUILD_VERSION)"
15-
choco install maven -y
15+
choco install maven -version 3.3.9 -y
1616
$mvn = "C:\tools\apache-maven-3.3.3\bin\mvn.cmd"
1717
&$mvn --batch-mode versions:set "-DnewVersion=$($env:APPVEYOR_BUILD_VERSION)"; if ($LASTEXITCODE -ne 0) { throw "Build failed" }
1818
&$mvn --batch-mode -P attach-artifacts clean install -P local-deploy; if ($LASTEXITCODE -ne 0) { throw "Build failed" }

0 commit comments

Comments
 (0)