Skip to content

Commit

Permalink
[MINOR] use default maven version since it already fix the warnings r…
Browse files Browse the repository at this point in the history
…ecently (apache#6863)

Co-authored-by: jian.feng <[email protected]>
  • Loading branch information
2 people authored and satishkotha committed Dec 11, 2022
1 parent 3db0981 commit 2dcbe5c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ stages:
displayName: UT FT common & flink & UT client/spark-client
timeoutInMinutes: '150'
steps:
- task: Maven@3.205.1
- task: Maven@3
displayName: maven install
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: $(MVN_OPTS_INSTALL)
publishJUnitResults: false
jdkVersionOption: '1.8'
- task: Maven@3.205.1
- task: Maven@3
displayName: UT common flink client/spark-client
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -108,7 +108,7 @@ stages:
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- task: Maven@3.205.1
- task: Maven@3
displayName: FT common flink
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -124,15 +124,15 @@ stages:
displayName: FT client/spark-client
timeoutInMinutes: '150'
steps:
- task: Maven@3.205.1
- task: Maven@3
displayName: maven install
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: $(MVN_OPTS_INSTALL)
publishJUnitResults: false
jdkVersionOption: '1.8'
- task: Maven@3.205.1
- task: Maven@3
displayName: FT client/spark-client
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -148,15 +148,15 @@ stages:
displayName: UT FT clients & cli & utilities & sync
timeoutInMinutes: '150'
steps:
- task: Maven@3.205.1
- task: Maven@3
displayName: maven install
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: $(MVN_OPTS_INSTALL)
publishJUnitResults: false
jdkVersionOption: '1.8'
- task: Maven@3.205.1
- task: Maven@3
displayName: UT clients & cli & utilities & sync
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -165,7 +165,7 @@ stages:
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- task: Maven@3.205.1
- task: Maven@3
displayName: FT clients & cli & utilities & sync
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -181,15 +181,15 @@ stages:
displayName: UT FT other modules
timeoutInMinutes: '150'
steps:
- task: Maven@3.205.1
- task: Maven@3
displayName: maven install
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: $(MVN_OPTS_INSTALL)
publishJUnitResults: false
jdkVersionOption: '1.8'
- task: Maven@3.205.1
- task: Maven@3
displayName: UT other modules
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -198,7 +198,7 @@ stages:
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx4g'
- task: Maven@3.205.1
- task: Maven@3
displayName: FT other modules
inputs:
mavenPomFile: 'pom.xml'
Expand All @@ -214,15 +214,15 @@ stages:
displayName: IT modules
timeoutInMinutes: '150'
steps:
- task: Maven@3.205.1
- task: Maven@3
displayName: maven install
inputs:
mavenPomFile: 'pom.xml'
goals: 'clean install'
options: $(MVN_OPTS_INSTALL) -Pintegration-tests
publishJUnitResults: false
jdkVersionOption: '1.8'
- task: Maven@3.205.1
- task: Maven@3
displayName: UT integ-test
inputs:
mavenPomFile: 'pom.xml'
Expand Down

0 comments on commit 2dcbe5c

Please sign in to comment.