Pankraz76 commented on code in PR #2395: URL: https://github.com/apache/maven/pull/2395#discussion_r2135652532
########## compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java: ########## @@ -176,6 +178,17 @@ public Log getLog() { return log; } + protected void createFile(File file) throws MojoExecutionException { Review Comment: yes, location second priority. -- 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