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

Convert regressions that use maven-checkstyle-plugin to CLI based #11602

Open
rnveach opened this issue May 3, 2022 · 0 comments
Open

Convert regressions that use maven-checkstyle-plugin to CLI based #11602

rnveach opened this issue May 3, 2022 · 0 comments

Comments

@rnveach
Copy link
Member

rnveach commented May 3, 2022

See https://issues.apache.org/jira/browse/MCHECKSTYLE-346 .
We need to deprecate all usage of maven-checkstyle-plugin so we can start implementing backward breaking changes.

A lot of regressions use maven-checkstyle-plugin to run checkstyle on the projects and will have to be converted to using the raw CLI.
Example is anything using checkstyle:check via a maven command. https://github.com/checkstyle/checkstyle/search?l=Shell&q=%22checkstyle%3Acheck%22

This may be difficult for some projects as they use custom dependencies. We may have to start discussions with the project owners on how we can best do this and disable them until we can get things worked out.

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