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

Make check mojo thread-safe: #29

Merged
merged 1 commit into from
May 27, 2021

Conversation

dmitry-timofeev
Copy link
Contributor

This mojo operates on the POM file of the current module only, hence
other modules that might being built in parallel, cannot affect it.

Also add missing @Override annotation.

Resolves #27

It operates on the POM file of the current module only, hence
other modules that might being built in parallel, cannot affect it.

Also add missing `@Override` annotation.

Resolves mojohaus#27
@dmitry-timofeev
Copy link
Contributor Author

Hi, could anyone, please, review the patch, and, if it is OK, release it?

Currently running this mojo results in lots of false-positive warnings, which might make the developers blind to the actual warnings.

@Stephan202
Copy link
Contributor

@stefanbirkner are you (still) a maintainer of this repository? A release with this PR and the changes of #15 would be great 🙂

@sgramsch
Copy link

@stefanbirkner, I'd also appreciate a new release with that fix included.

@bmarwell bmarwell merged commit 95044bf into mojohaus:master May 27, 2021
@pzygielo
Copy link
Contributor

Any chance to have new release, please?

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

Successfully merging this pull request may close these issues.

Make plugin @threadSafe
6 participants