cnauroth commented on code in PR #8182: URL: https://github.com/apache/hadoop/pull/8182#discussion_r2747387846
########## pom.xml: ########## @@ -100,14 +100,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <!-- maven plugin versions --> <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version> - <maven-site-plugin.version>3.9.1</maven-site-plugin.version> + <maven-site-plugin.version>3.21.0</maven-site-plugin.version> Review Comment: Here are some more details on this. When I build on branch-3.4 (without the plugin upgrade), the API docs land here: ``` target/staging/hadoop-project/api ``` On trunk, with this PR applied, they land here instead: ``` target/staging/apidocs ``` Then, the release script has an assumption that it can find everything in the `hadoop-project` sub-directory: https://github.com/apache/hadoop/blob/trunk/dev-support/bin/create-release#L624-L628 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
