mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Fixed: Maven task auto-updated by Azure DevOps
This commit is contained in:
parent
dce75693d3
commit
41dace5c50
1 changed files with 6 additions and 7 deletions
|
@ -34,15 +34,14 @@ jobs:
|
|||
displayName: 'Maven Build, Test and Package'
|
||||
inputs:
|
||||
mavenPomFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
testRunTitle: '$(Build.BuildNumber)'
|
||||
mavenOptions: '-Xmx3072m'
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: '1.11'
|
||||
mavenVersionOption: 'Default'
|
||||
mavenOptions: '-Xmx3072m'
|
||||
mavenAuthenticateFeed: false
|
||||
effectivePomSkip: false
|
||||
jdkArchitectureOption: 'x64'
|
||||
publishJUnitResults: true
|
||||
testRunTitle: '$(Build.BuildNumber)'
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
goals: 'package'
|
||||
|
||||
- task: SonarCloudAnalyze@1
|
||||
displayName: 'Run Sonarcloud Code Analysis'
|
||||
|
|
Loading…
Reference in a new issue