rfscholte commented on a change in pull request #32: URL: https://github.com/apache/maven-javadoc-plugin/pull/32#discussion_r624506067
########## File path: src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java ########## @@ -1422,8 +1422,28 @@ * stylesheetfile</a>. */ @Parameter( property = "stylesheetfile" ) - private String stylesheetfile; - + private String stylesheetfile; + + /** + * Specifies the path of an additional HTML stylesheet file. + * @since 3.1.2 + */ + @Parameter + private String addStylesheet; Review comment: the name of the parameter is `--add-stylesheet`, the parameter should reflect that. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org