raulcd commented on issue #44998:
URL: https://github.com/apache/arrow/issues/44998#issuecomment-2535510399

   Do we want to continue building java docs on this repo? We probably should 
move the Java reference (javadoc) to be generated on the arrow-java repository:
   ```
   if [ "${BUILD_DOCS_JAVA}" == "ON" ]; then
     # HTTP pooling is turned of to avoid download issues 
https://issues.apache.org/jira/browse/ARROW-11633
     # GH-43378: Maven site plugins not compatible with multithreading
     mkdir -p ${build_dir}/docs/java/reference
     ${mvn} -Dcheckstyle.skip=true -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false clean install site
     rsync -a target/site/apidocs/ ${build_dir}/docs/java/reference
   fi
   ```
   @lidavidm @kou what are your thoughts about this?


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

Reply via email to