Thread safety of tycho-document-bundle-plugin #1172
Unanswered
viltbalint
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@viltbalint we could make/mark it thread save, the usual idiom is to create a lock object and synchronize on the run method of that mojo and then mark it as thread-safe, do you like to provide a PR for this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using parallel maven build in our project and got a warning message because the "tycho-document-bundle-plugin" is not marked as thread safe. Is it really a non-thread safe maven plugin? If yes, then do you have any suggestions to keep parallel maven build for the project without disabling this plugin?
Beta Was this translation helpful? Give feedback.
All reactions