You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/05/01 12:52:26 UTC

[GitHub] [maven-javadoc-plugin] rfscholte commented on a change in pull request #32: [MJAVADOC-625] Support for multiple stylesheets

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:
users@infra.apache.org