Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark com.sun.xml.ws:jaxws-maven-plugin mojo's as threadSafe #696

Open
jpraet opened this issue Oct 4, 2024 · 0 comments
Open

Mark com.sun.xml.ws:jaxws-maven-plugin mojo's as threadSafe #696

jpraet opened this issue Oct 4, 2024 · 0 comments

Comments

@jpraet
Copy link

jpraet commented Oct 4, 2024

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] *****************************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant