kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956314886
########## 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: goalPrefix is almost useless in helpmojo. It is just used for the report on this mojo. Will try to remove this last remnant -- 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