jira-importer commented on issue #844: URL: https://github.com/apache/maven-javadoc-plugin/issues/844#issuecomment-2957357137
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented What basically needs to be done is introduce a `protected abstract File getJavadocOutputDirectory()` and move the outputDirectory to JavadocJar (and make it private). Check if destDir can be used as alias and clean up all kinds of double output directory checks. Next a lot of unittests need to be fixed by replacing outputDirectory with reportOutputDirectory. As this will touch parameters, we'd better move this to 4.0.0 to ensure we won't make breaking changes halfway the 3.x releases. -- 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]
