-
Notifications
You must be signed in to change notification settings - Fork 128
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
ConcurrentModificationException
running add-third-party
goal
#354
Comments
What is a status of that issue. We have experienced similar one. |
frant-hartm
pushed a commit
to frant-hartm/license-maven-plugin
that referenced
this issue
Sep 17, 2022
1 task
1 task
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I observed the following build failure, after many successful executions of the
add-third-party
goal in various large (concurrent) Maven builds:The issue is that
DefaultThirdPartyHelper#artifactCache
is shared between (and updated by) multiple threads without sufficient synchronization. I'll open a PR with a suggested fix.The text was updated successfully, but these errors were encountered: