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
Is the com.sun.xml.ws:jaxws-maven-plugin thread-safe?
If yes, could they be marked as such in the @Mojo annotation, so we no longer get this warning on parallel build?
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but this *
[WARNING] * project contains the following plugin(s) that have goals not *
[WARNING] * marked as thread-safe to support parallel execution. *
[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 Apache Maven. *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked as thread-safe in batch-poc-batch:
[WARNING] com.sun.xml.ws:jaxws-maven-plugin:4.0.3
[WARNING]
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************
The text was updated successfully, but these errors were encountered:
Is the com.sun.xml.ws:jaxws-maven-plugin thread-safe?
If yes, could they be marked as such in the
@Mojo
annotation, so we no longer get this warning on parallel build?The text was updated successfully, but these errors were encountered: