psiroky commented on code in PR #238: URL: https://github.com/apache/maven-integration-testing/pull/238#discussion_r1081957444
########## core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml: ########## @@ -44,6 +44,10 @@ under the License. </description> <inceptionYear>2008</inceptionYear> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> Review Comment: This project is not using the parent (since it apparently cannot as described in the comment), so some of the config needs to be duplicated. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
