We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b010137 commit 9dfeb1dCopy full SHA for 9dfeb1d
azure-pipelines.yml
@@ -30,7 +30,7 @@ steps:
30
- task: Maven@3
31
inputs:
32
mavenPomFile: 'pom.xml'
33
- mavenOptions: '-Xmx3072m'
+ mavenOptions: '-Xmx3072m -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120'
34
javaHomeOption: 'JDKVersion'
35
jdkVersionOption: '1.8'
36
jdkArchitectureOption: 'x64'
0 commit comments