From time to time we are getting connection reset errors like:
Could not transfer artifact xxx from/to central (https://xxxx): Connection reset
I did look into this document:
https://maven.apache.org/resolver/configuration.html
It did not mention specifically connection reset errors, but I assume there is no retry.
On wagon (the old connector implementation in maven) there is no retry on connection reset, and there is a way to force this retry.
How would you recommend forcing retry on connection reset errors in maven?