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 e044431 commit de496b9Copy full SHA for de496b9
appveyor.yml
@@ -13,7 +13,7 @@ build_script:
13
- ps: |-
14
Write-Host -ForegroundColor Cyan "Building version: $($env:APPVEYOR_BUILD_VERSION)"
15
choco install maven -version 3.3.9 -y
16
- $mvn = "C:\tools\apache-maven-3.3.3\bin\mvn.cmd"
+ $mvn = "C:\tools\apache-maven-3.3.9\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" }
19
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and -not $env:APPVEYOR_PULL_REQUEST_NUMBER)
0 commit comments