michael-o commented on code in PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#discussion_r950316588
########## src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java: ########## @@ -292,7 +292,7 @@ * @since 2.2 */ @Parameter( property = "encoding", defaultValue = "${project.build.sourceEncoding}" ) - private String encoding; + private String inputEncoding; Review Comment: That is correct, have a look at the commit message. With M-R-Impl 3.2.0 this is a problem. I do admit. I haven't really thought about how to solve it since this is a transient issue. What would be your proposal? -- 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