pvary commented on code in PR #3168:
URL: https://github.com/apache/hive/pull/3168#discussion_r847253069
##########
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:
Since the javadoc generation is a big mess ATM, I would suggest to keep it
as it is, and if the tests are failing then we can decide what we want to do
with them.
See also: #3185
--
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]