VladRassokhin/intellij-annotations-instrumenter-maven-plugin

Plugin is not thread safe

kozmoz opened this issue · 0 comments

Starting maven in parallel execution throws the following warning:

$ mvn -T 1C clean install

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that are not marked as *
[WARNING] * @threadsafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadsafe:
[WARNING] com.intellij:notnull-instrumenter-maven-plugin:1.0-SNAPSHOT
[WARNING] *****************************************************************