elharo commented on code in PR #21: URL: https://github.com/apache/maven-changelog-plugin/pull/21#discussion_r1893744472
########## src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java: ########## @@ -283,6 +283,12 @@ public class ChangeLogReport extends AbstractMavenReport { @Parameter(defaultValue = "connection", required = true) private String connectionType; + /** + * If true, file and file revision information is hidden for each SCM entry. + */ + @Parameter(property = "hideFileAndRevInfo", defaultValue = "false") Review Comment: avoid abbreviations. That is, hideFileAndRevision Is it hidden or omitted? -- 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