added the changes

This commit is contained in:
chandu 2024-11-08 14:10:58 +05:30
parent fc442120ce
commit 2d01f6cbb2

View file

@ -0,0 +1,12 @@
jobs:
- job: build
displayName: 'building using maven'
steps:
- task: Maven@4
inputs:
mavenPOMFile: 'pom.xml'
goals: clean package
publishjunitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
javaHomeOption: 'JDKVersion'
jdkVersionOption: "${{ parameters.jdkversion }}"