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'
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'