Fixed: Maven task auto-updated by Azure DevOps

This commit is contained in:
James Flynn 2021-03-01 21:58:15 +00:00
parent dce75693d3
commit 41dace5c50

View file

@ -34,15 +34,14 @@ jobs:
displayName: 'Maven Build, Test and Package' displayName: 'Maven Build, Test and Package'
inputs: inputs:
mavenPomFile: 'pom.xml' mavenPomFile: 'pom.xml'
publishJUnitResults: true mavenOptions: '-Xmx3072m'
testResultsFiles: '**/TEST-*.xml'
testRunTitle: '$(Build.BuildNumber)'
javaHomeOption: 'JDKVersion' javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11' jdkVersionOption: '1.11'
mavenVersionOption: 'Default' jdkArchitectureOption: 'x64'
mavenOptions: '-Xmx3072m' publishJUnitResults: true
mavenAuthenticateFeed: false testRunTitle: '$(Build.BuildNumber)'
effectivePomSkip: false testResultsFiles: '**/TEST-*.xml'
goals: 'package'
- task: SonarCloudAnalyze@1 - task: SonarCloudAnalyze@1
displayName: 'Run Sonarcloud Code Analysis' displayName: 'Run Sonarcloud Code Analysis'