Skip to content

Commit

Permalink
Update Azure Pipeline to Maven@4
Browse files Browse the repository at this point in the history
  • Loading branch information
mreutegg committed Jan 19, 2025
1 parent a65e3d4 commit 58d4f56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ pool:
vmImage: 'ubuntu-latest'

steps:
- task: Maven@3
- task: Maven@4
inputs:
mavenPomFile: 'pom.xml'
mavenPOMFile: 'pom.xml'
mavenOptions: '-Xmx1g'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/TEST-*.xml'
goals: 'verify -B'

0 comments on commit 58d4f56

Please sign in to comment.