Add @threadSafe to all maven-plugins for parallel build feature of Maven3 · Issue #27 · alx3apps/jgit-buildnumber · GitHub
More Web Proxy on the site http://driver.im/
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
Please add @threadSafe to JGitBuildNumberMojo to get rid of the warning that Maven 3 issues when one of them is involved in a multi module parallel build.
[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 IGT Common Data Model SDK:
[WARNING] ru.concerteza.buildnumber:maven-jgit-buildnumber-plugin:1.2.10
[WARNING] *****************************************************************
I've tested the plugin with runOnlyAtExecutionRoot=true and it works fine. 👌
The text was updated successfully, but these errors were encountered:
Please add
@threadSafe
toJGitBuildNumberMojo
to get rid of the warning that Maven 3 issues when one of them is involved in a multi module parallel build.I've tested the plugin with
runOnlyAtExecutionRoot=true
and it works fine. 👌The text was updated successfully, but these errors were encountered: