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
DetectMojo should be marked with thread safety information - or big warning is shown during parallel builds
[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 XXX :
[WARNING] kr.motd.maven:os-maven-plugin:1.6.2
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
The text was updated successfully, but these errors were encountered:
@trustin i apologize for coming off as pushy, as you obviously are a busy man.
However: Are there any plans on when to release 1.7.0? There seem to be no issues left assigned to the milestone and this fix would certainly be appreciated 😆
DetectMojo should be marked with thread safety information - or big warning is shown during parallel builds
The text was updated successfully, but these errors were encountered: