jira-importer commented on issue #532:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/532#issuecomment-2957333818

   **[Maria Odea B. 
Ching](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oching)** 
commented
   
   Attached patch file that fixes this issue.
   
   Changed:
   
   File javadocDirectory = getReportOutputDirectory();
   if ( !javadocDirectory.getAbsolutePath().equals( getOutputDirectory() ) )
   {
   // we're in site-embedded report mode, so Doxia has set the
   // reportOutputDirectory to the basedir of the site.
   // Append 'apidocs'.
   javadocDirectory = new File( javadocDirectory, "apidocs" );
   }
   
   to
   File javadocDirectory = new File( getOutputDirectory() );
   


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