gnodet commented on PR #2300: URL: https://github.com/apache/maven/pull/2300#issuecomment-2870713739
The OpenRewrite maven plugin seems a much better way to fix the problems imho: https://docs.openrewrite.org/reference/rewrite-maven-plugin The `rewrite:dryRun` goal with `<failOnDryRunResults>true</failOnDryRunResults>` directly addresses the need by checking for potential changes and failing the build if any are found, giving confidence that the codebase is in the desired state. @Pankraz76 could you please close all the PRs about refactoring that use openrewrite and focus on adding the plugin in the build instead ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org