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

Thread-safety in Maven builds #19

Open
madsop opened this issue Oct 30, 2019 · 2 comments
Open

Thread-safety in Maven builds #19

madsop opened this issue Oct 30, 2019 · 2 comments

Comments

@madsop
Copy link
Contributor

madsop commented Oct 30, 2019

When running multithreaded Maven builds (with the -T param), I get warnings like

[WARNING] The following plugins are not marked @threadsafe in myModule:
[WARNING] se.ayoy.maven-plugins:ayoy-license-verifier-maven-plugin:1.1.0
[WARNING] Enable debug to see more precisely which goals are not marked @threadsafe.

@smuda
Copy link
Contributor

smuda commented Nov 5, 2019

It seems pretty simple to just add threadSafe=true to the Mojo but I'm unsure how to test that the plugin is really threadsafe.

@smuda
Copy link
Contributor

smuda commented Nov 5, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants