pbaumard commented on code in PR #1325:
URL: 
https://github.com/apache/maven-javadoc-plugin/pull/1325#discussion_r3622700643


##########
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java:
##########
@@ -1670,6 +1673,14 @@ public AbstractJavadocMojo(
     @Parameter(property = "maven.javadoc.disableNoFonts", defaultValue = 
"false")
     private boolean disableNoFonts;
 
+    /**
+     * The name of the destination directory.
+     *
+     * @since 2.1

Review Comment:
   As written on #1305 this PR is a bug fix for a regression since 3.10.0.
   
   The _destDir_ parameter was present since 2.1 as written on [JavadocReport 
3.8.0 version](
   
https://github.com/apache/maven-javadoc-plugin/blob/maven-javadoc-plugin-3.8.0/src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java#L68).
   
   site/apt/examples/output-configuration.apt.vm in this PR is also mostly a 
copy from the 3.8.0 version.



-- 
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