psiroky commented on code in PR #211: URL: https://github.com/apache/maven-enforcer/pull/211#discussion_r1059056748
########## maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java: ########## @@ -127,11 +127,22 @@ public class EnforceMojo extends AbstractMojo { private PlexusConfiguration rules; /** - * List of strings that matches the EnforcerRules to execute. + * List of strings that matches the EnforcerRules to execute. Use <code>enforcer.rules</code> property instead. + * + * @deprecated Review Comment: Yeah, I had that previously, but the description is then not present in main table with the goal parameters, it only gets added to the "Parameter Details" list (which I missed before). I'll add here as well. I did check the generated documentation. Looks good to me, after the suggested fix. -- 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