zentol commented on a change in pull request #12447:
URL: https://github.com/apache/flink/pull/12447#discussion_r435040079



##########
File path: tools/ci/compile.sh
##########
@@ -54,10 +54,22 @@ if [ $EXIT_CODE != 0 ]; then
     exit $EXIT_CODE
 fi
 
-echo "============ Checking Scaladocs ============"
+echo "============ Checking Javadocs and Scaladocs ============"
+
+# use the same invocation as on buildbot 
(https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/flink.conf)
+run_mvn javadoc:aggregate -Paggregate-scaladoc 
-DadditionalJOption='-Xdoclint:none' \

Review comment:
       same deal as scala, move the output into a file.




----------------------------------------------------------------
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.

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


Reply via email to