Pankraz76 commented on code in PR #2396: URL: https://github.com/apache/maven/pull/2396#discussion_r2110131765
########## its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/src/main/java/org/apache/maven/plugin/coreit/PropertiesUtil.java: ########## @@ -36,8 +36,8 @@ class PropertiesUtil { public static void write(File outputFile, Properties props) throws MojoExecutionException { OutputStream out = null; Review Comment: will dedicate in - https://github.com/apache/maven/pull/2395 ########## its/core-it-support/core-it-plugins/maven-it-plugin-configuration/src/main/java/org/apache/maven/plugin/coreit/PropertiesUtil.java: ########## @@ -70,8 +70,8 @@ public static Properties read(File inputFile) throws MojoExecutionException { public static void write(File outputFile, Properties props) throws MojoExecutionException { OutputStream os = null; Review Comment: will dedicate in - https://github.com/apache/maven/pull/2395 -- 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