You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ayushtkn (via GitHub)" <gi...@apache.org> on 2023/05/29 05:36:12 UTC

[GitHub] [hadoop] ayushtkn commented on pull request #5688: HADOOP-18751. Fix incorrect output path in javadoc build phase

ayushtkn commented on PR #5688:
URL: https://github.com/apache/hadoop/pull/5688#issuecomment-1566577559

   The current build is failing, the site and the javadoc pluging operates a bit differently I think
   ```
   Note: Running mvn site will automatically use the ${project.reporting.outputDirectory} directory and in this case, reportOutputDirectory has no effect. Only, testDestDir and destDir could be used.
   ```
   
   when running site ``reportOutputDirectory`` isn't used, but when running javadoc:javadoc it is used. 
   Folks on HADOOP-13784 were running site, as per this comment: https://issues.apache.org/jira/browse/HADOOP-13784?focusedCommentId=15627230&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-15627230 not javadoc:javadoc
   


-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org