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

Maven complains some plugins are not marked threadsafe #14

Open
Vinod98 opened this issue Oct 23, 2018 · 3 comments
Open

Maven complains some plugins are not marked threadsafe #14

Vinod98 opened this issue Oct 23, 2018 · 3 comments

Comments

@Vinod98
Copy link

Vinod98 commented Oct 23, 2018

[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 ProjectName:
[WARNING] org.codehaus.mojo:cobertura-maven-plugin:2.7
[WARNING] org.codehaus.mojo:xml-maven-plugin:1.0
[WARNING] *****************************************************************

@maxxedev
Copy link

already fixed in #7
readme needs to be updated to latest relase version

@cowwoc
Copy link

cowwoc commented Dec 2, 2022

Should this issue be closed?

@hazendaz
Copy link

I'd say close this for a couple reasons. For one neither of those are in this plugin. That is the users build not this one. Further cobertura is dead for very, very long time. Use jacoco maven plugin instead. There are also 2 newer versions of mavens mojo from codehaus 1.0.2 for xml which likely fixed that. We are talking a 7 year gap there on that one.

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

4 participants