We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bbb46 commit e044431Copy full SHA for e044431
appveyor.yml
@@ -12,7 +12,7 @@ install:
12
build_script:
13
- ps: |-
14
Write-Host -ForegroundColor Cyan "Building version: $($env:APPVEYOR_BUILD_VERSION)"
15
- choco install maven -y
+ choco install maven -version 3.3.9 -y
16
$mvn = "C:\tools\apache-maven-3.3.3\bin\mvn.cmd"
17
&$mvn --batch-mode versions:set "-DnewVersion=$($env:APPVEYOR_BUILD_VERSION)"; if ($LASTEXITCODE -ne 0) { throw "Build failed" }
18
&$mvn --batch-mode -P attach-artifacts clean install -P local-deploy; if ($LASTEXITCODE -ne 0) { throw "Build failed" }
0 commit comments