Skip to content

Commit

Permalink
Merge pull request #11615 from geoand/maven-wagon-settings
Browse files Browse the repository at this point in the history
Add wagon settings to ensure Maven can recover from transient download issues
  • Loading branch information
gsmet authored Aug 25, 2020
2 parents 8bf700d + 1a4f90c commit 04f8c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-Dmaven.wagon.http.retryHandler.count=10

0 comments on commit 04f8c04

Please sign in to comment.