mojohaus / tidy-maven-plugin

The Tidy plugin provides goals for tidying up your source code.
https://www.mojohaus.org/tidy-maven-plugin/
Apache License 2.0
21 stars 15 forks source link

Make check mojo thread-safe: #29

Closed dmitry-timofeev closed 3 years ago

dmitry-timofeev commented 5 years ago

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

dmitry-timofeev commented 5 years ago

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 commented 5 years ago

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

sgramsch commented 4 years ago

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

pzygielo commented 2 years ago

Any chance to have new release, please?