You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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] *****************************************************************
The text was updated successfully, but these errors were encountered:
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.
[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] *****************************************************************
The text was updated successfully, but these errors were encountered: