Skip to content

Commit

Permalink
Enable HTTP connection pooling
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Mar 26, 2024
1 parent 6658872 commit 97df26b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/java_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ fi
${mvn} clean install

if [ "${BUILD_DOCS_JAVA}" == "ON" ]; then
# HTTP pooling is turned of to avoid download issues https://issues.apache.org/jira/browse/ARROW-11633
mkdir -p ${build_dir}/docs/java/reference
${mvn} -Dcheckstyle.skip=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false clean install site
${mvn} -Dcheckstyle.skip=true clean install site
rsync -a ${arrow_dir}/java/target/site/apidocs/ ${build_dir}/docs/java/reference
fi

Expand Down

0 comments on commit 97df26b

Please sign in to comment.