Skip to content

Commit 9dfeb1d

Browse files
committed
[build] Fix maven connection timeout issue in azure CI
1 parent b010137 commit 9dfeb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
- task: Maven@3
3131
inputs:
3232
mavenPomFile: 'pom.xml'
33-
mavenOptions: '-Xmx3072m'
33+
mavenOptions: '-Xmx3072m -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120'
3434
javaHomeOption: 'JDKVersion'
3535
jdkVersionOption: '1.8'
3636
jdkArchitectureOption: 'x64'

0 commit comments

Comments
 (0)