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

Mark the plugin as @threadSafe ? #219

Closed
rbjorklin opened this issue Oct 13, 2017 · 0 comments
Closed

Mark the plugin as @threadSafe ? #219

rbjorklin opened this issue Oct 13, 2017 · 0 comments
Assignees
Milestone

Comments

@rbjorklin
Copy link

rbjorklin commented Oct 13, 2017

Building with Maven 3.5.0 I'm greeted with this:

[WARNING] *****************************************************************                           
[WARNING] * Your build is requesting parallel execution, but project      *                               
[WARNING] * contains the following plugin(s) that have goals not marked   *                               
[WARNING] * as @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 yourProject:       
[WARNING] org.codehaus.mojo:versions-maven-plugin:2.5                          
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.                      
[WARNING] *****************************************************************

Based on the discussion in #54 it sounds like this plugin should be thread safe with Maven 3.5.0?

@khmarbaise khmarbaise added this to the 2.6 milestone Dec 1, 2017
@khmarbaise khmarbaise self-assigned this Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants