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
INFO] Building Risk Opportunity Map Application 1.0.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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 Risk Opportunity Map Application:
[WARNING] com.code54.mojo:buildversion-plugin:1.0.3
[WARNING] Enable debug to see more precisely which goals are not marked @threadsafe.
[WARNING] *****************************************************************
The text was updated successfully, but these errors were encountered:
The plugin is indeed thread-safe AFAIK: it has no state, and it invokes git only for read-only operations (git log basically).
Now, as funny as it might seam, marking it as "threadSafe" is not trivial due to the way the "Clojure mojo descriptor extractor" works: it does not recognize threadSafe and it must be modified upstream in other to do so. Unfortunately, I currently don't have the time to fix the "extractor" upstream and get the change accepted and published. I might do it some day.
As an ugly workaround, I guess I could simply modify the generated plugin.xml and re-publish it :-. I would hate to do that though.
INFO] Building Risk Opportunity Map Application 1.0.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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 Risk Opportunity Map Application:
[WARNING] com.code54.mojo:buildversion-plugin:1.0.3
[WARNING] Enable debug to see more precisely which goals are not marked @threadsafe.
[WARNING] *****************************************************************
The text was updated successfully, but these errors were encountered: