zabetak commented on code in PR #3168:
URL: https://github.com/apache/hive/pull/3168#discussion_r845914266
##########
standalone-metastore/pom.xml:
##########
@@ -531,6 +531,29 @@
</os>
</activation>
</profile>
+ <profile>
+ <id>javadoc</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
Review Comment:
I think we should also fix the version of the `maven-javadoc-plugin`
globally to avoid build warnings and things being broken when a newer version
appears.
--
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]