You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/04/12 06:36:36 UTC

[GitHub] [hive] pvary commented on a diff in pull request #3185: HIVE-26092: Fix javadoc errors for the 4.0.0 release

pvary commented on code in PR #3185:
URL: https://github.com/apache/hive/pull/3185#discussion_r848025954


##########
Jenkinsfile:
##########
@@ -350,6 +350,18 @@ tar -xzf packaging/target/apache-hive-*-nightly-*-src.tar.gz
       }
     }
   }
+  branches['javadoc-check'] = {
+    executorNode {
+      stage('Prepare') {
+          loadWS();
+      }
+      stage('Generate javadoc') {
+          sh """#!/bin/bash -e
+mvn clean install javadoc:javadoc javadoc:aggregate -DskipTests

Review Comment:
   I had to exclude some of the itest modules, because those have some weird compilation issues when generating javadoc. Since we are not really intereseted in the itest javadoc, I think it is good enough for now.
   
   What do you think? 



-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org