-
Notifications
You must be signed in to change notification settings - Fork 325
[CI] Download maven dependencies firstly #1556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Ahh, it fails at self artifacts that are only created at |
|
Good catch, I enabled the |
|
Maybe you can use |
|
Unfortunately I've tried locally with:
So, the alternative is to run |
What does this PR do?
maven.wagon.httpconnectionManager.ttlSecondsto 25 seconds andmaven.wagon.http.retryHandler.countto 3 retries.Why
I still see issues related to the connection reset :/
Further details
The documentation for
maven.wagon.httpconnectionManager.ttlSecondsis available in the source code:Documentation for
maven.wagon.http.retryHandler.countis in https://maven.apache.org/wagon/wagon-providers/wagon-http/This is similar to the change made in Pulsar: apache/pulsar#8386