Pankraz76 commented on code in PR #2401: URL: https://github.com/apache/maven/pull/2401#discussion_r2114545179
########## its/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/AbstractLogMojo.java: ########## @@ -108,19 +96,15 @@ protected void append(Object value) throws MojoExecutionException { protected void reset() throws MojoExecutionException { File file = getLogFile(); getLog().info("[MAVEN-CORE-IT-LOG] Resetting log file: " + file); + if(file.getParentFile().mkdirs()){ Review Comment: yes again because they are not included into build @gnodet. -- 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