ayushtkn commented on code in PR #5688: URL: https://github.com/apache/hadoop/pull/5688#discussion_r1204964520
########## hadoop-project-dist/pom.xml: ########## @@ -106,7 +106,7 @@ <source>${maven.compile.source}</source> <charset>${maven.compile.encoding}</charset> <reportOutputDirectory>${project.build.directory}/site</reportOutputDirectory> - <destDir>${project.build.directory}/api</destDir> + <destDir>api</destDir> Review Comment: This seems to be a revert of HADOOP-13784? Something to do with javadoc-plugin version? I think the intended path was ``${project.build.directory}/api``, post that if we follow the doc that you shared it is like ``${project.build.directory}/site/api``? Can we not do ``../api`` and maintain the behaviour? And I think it isn't going there either, it going inside ``site/apidocs`` rather than ``site/api`` ``` Generating /Users/ayushsaxena/code/hadoop-code/hadoop/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/site/apidocs/org/apache/hadoop/fs/http/server/FSOperations.FSFileChecksum.html... ``` -- 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-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org