Pankraz76 commented on code in PR #2317: URL: https://github.com/apache/maven/pull/2317#discussion_r2084662901
########## its/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/src/main/java/plugin/MyMojo.java: ########## @@ -47,24 +47,12 @@ */ public class MyMojo extends AbstractMojo { - /** - * Not used, just an offset to place reactorProjects in the middle. - * @parameter default-value="${project.build.directory}" - */ - private String outputDirectory; - /** * @parameter expression="${reactorProjects}" * @required */ private List reactorProjects; - /** - * Not used, just an offset to place reactorProjects in the middle. - * @parameter default-value="${project.build.directory}" - */ - private String outputDirectory2; Review Comment: this seems just `c&p` leftover. ########## its/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/src/main/java/plugin/MyMojo.java: ########## @@ -47,24 +47,12 @@ */ public class MyMojo extends AbstractMojo { - /** - * Not used, just an offset to place reactorProjects in the middle. - * @parameter default-value="${project.build.directory}" - */ - private String outputDirectory; - /** * @parameter expression="${reactorProjects}" * @required */ private List reactorProjects; - /** - * Not used, just an offset to place reactorProjects in the middle. - * @parameter default-value="${project.build.directory}" - */ - private String outputDirectory2; Review Comment: seems `c&p` leftover. -- 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