pzygielo commented on code in PR #45: URL: https://github.com/apache/maven-scm-publish-plugin/pull/45#discussion_r1901637425
########## src/main/java/org/apache/maven/plugins/scmpublish/AbstractScmPublishMojo.java: ########## @@ -107,13 +110,13 @@ public abstract class AbstractScmPublishMojo extends AbstractMojo { protected String subDirectory; /** - * Display list of added, deleted, and changed files, but do not do any actual SCM operations. + * If set to {@true} displays list of added, deleted, and changed files, but does not do any actual SCM operations. Review Comment: Perhaps `{@code true}`? -- 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