cnauroth commented on code in PR #8182: URL: https://github.com/apache/hadoop/pull/8182#discussion_r2747255040
########## 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: I've been testing dry run releases of 3.5.0 from trunk with this patch applied. It generates the JavaDocs correctly, but then the JavaDocs don't show up in the final release of the site tarball. This looks similar to symptoms described in #5319, where we worked around it by downgrading maven-site-plugin. -- 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]
