We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've just enabled a multithread build and I've been observing the following message.
[WARNING] The following plugins are not marked as thread-safe in com.ibm...: [WARNING] org.jboss.tools.tycho-plugins:repository-utils:2.5.0
If it is, could it be marked with the appropriate annotation value?
The text was updated successfully, but these errors were encountered:
There is a shared field in that Mojo.
jbosstools-maven-plugins/tycho-plugins/repository-utils/src/main/java/org/jboss/tools/tycho/sitegenerator/GenerateRepositoryFacadeMojo.java
Line 226 in e786575
Can we at least synchronize the method? I'm up to do the PR.
Sorry, something went wrong.
No branches or pull requests
I've just enabled a multithread build and I've been observing the following message.
If it is, could it be marked with the appropriate annotation value?
The text was updated successfully, but these errors were encountered: