Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Plugin is not thread safe #10

Open
kozmoz opened this issue Oct 26, 2013 · 0 comments
Open

Plugin is not thread safe #10

kozmoz opened this issue Oct 26, 2013 · 0 comments

Comments

@kozmoz
Copy link

kozmoz commented Oct 26, 2013

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] *****************************************************************

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant