sevntu-checkstyle / sevntu.checkstyle

Additional Checkstyle checks, that could be added as extension to EclipseCS plugin and maven-checkstyle-plugin, Sonar checkstyle plugin, extension for CheckStyle IDEA plugin.
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
190 stars 146 forks source link

Convert maven-checkstyle-plugin run to ant run #915

Closed rnveach closed 2 years ago

rnveach commented 2 years ago

Similar to https://github.com/checkstyle/contribution/issues/273 and https://github.com/checkstyle/checkstyle/issues/5385 ,

We need to deprecate all usage of maven-checkstyle-plugin so we can start implementing backward breaking changes.


Note that this had a breaking change in the repo's skip property for only Checkstyle execution. The property checkstyle.skip was changed to checkstyle.ant.skip to differentiate it from normal maven-plugin skip.

No other properties or execution was changed.

rnveach commented 2 years ago

Fix was merged