kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r957604381
########## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java: ########## @@ -43,12 +42,6 @@ @Parameter( defaultValue = "${project}", readonly = true ) protected MavenProject project; - /** - * The goal prefix that will appear before the ":". - */ - @Parameter - protected String goalPrefix; Review Comment: I agree, will back out those unrelated changes. -- 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