Skip to content
New issue

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

Plugin is reported as not thead-safe when running with -T #194

Closed
dimas opened this issue Jan 30, 2015 · 1 comment
Closed

Plugin is reported as not thead-safe when running with -T #194

dimas opened this issue Jan 30, 2015 · 1 comment

Comments

@dimas
Copy link

dimas commented Jan 30, 2015

When you use Maven's -T option to run build in parallel, it complains that:

[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 in Project Test
[WARNING] org.vafer:jdeb:1.3
[WARNING] *****************************************************************
@ebourg
Copy link
Collaborator

ebourg commented Jan 30, 2015

Duplicate of #123

@ebourg ebourg closed this as completed Jan 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants