marko-bekhta commented on code in PR #1281:
URL: 
https://github.com/apache/maven-javadoc-plugin/pull/1281#discussion_r2473771574


##########
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##########
@@ -2789,6 +2805,38 @@ private Optional<File> getAddStylesheet(final File 
javadocOutputDirectory, final
                 "additional stylesheet file does not exist: " + 
addstylesheetfile.getAbsolutePath());
     }
 
+    private void addAddScripts(List<String> arguments) throws 
MavenReportException {
+        if (addScripts == null) {
+            return;
+        }
+
+        for (String addScript : addScripts) {

Review Comment:
   hey 👋🏻 , thanks for having a look and for the suggestions!
   I'll try to address these soon 🙂.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to