This is basically the same question as The following plugins are not marked @threadSafe in project org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131 but that didn’t seem to get an answer.
Basically, when I do a local Maven build with sonar:sonar included, I get a warning that org.codehaus.mojo:sonar-maven-plugin:3.x.x.x (various versions) is not marked @threadSafe. Is this something I can safely ignore, or do I need to restrict myself to 1 thread?
What are you trying to accomplish?
- Support a new language?
- Extend an existing one? Which one?
- Add language-agnostic features?
- Something else?
What’s your specific coding challenge in developing your plugin?
And, if relevant, please share the code that’s giving you problems: