-
Notifications
You must be signed in to change notification settings - Fork 213
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
Could not find artifact org.apache.maven.surefire:surefire-providers:pom:2.22.2 #281
Comments
Same with |
Hi @ppalaga , I also met this question. In my situation it happens when muti modules rely on the same dependency and download concurrently. The dependency does not exist in the primary repository but exists in the secondary repository. Dependency download events logged with following sequence:
A TransferFailed event occured when trying to download from the primary repository, caught by ArtifactTransportListener and throws as ArtifactNotFound exception. |
This issue is gone in my local env after the upgrade, I'll submit a PR to see whether it's useful in github ci. |
This is supposed to be working now, with the upgrade to maven 3.8.0 and the new rpc sync context. |
Happens intermittently on the CI.
The text was updated successfully, but these errors were encountered: