This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch hadoop-3.4.2
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/hadoop-3.4.2 by this push:
new 58f080722c7 skip javadoc (#365)
58f080722c7 is described below
commit 58f080722c760776a62f50a13019317350b53603
Author: Zhiguo Wu <[email protected]>
AuthorDate: Fri Oct 31 18:15:33 2025 +0800
skip javadoc (#365)
---
build.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sh b/build.sh
index 205bde236b0..23d9e598e66 100755
--- a/build.sh
+++ b/build.sh
@@ -38,11 +38,11 @@
LIBHDFS_DIST_DIR="${SRC_HOME}/hadoop-dist/target/hadoop-libhdfs-3.4.2"
rm -rf "${DIST_DIR}"
rm -rf "${LIBHDFS_DIST_DIR}"
-mvn clean package -Pnative,dist -DskipTests -Dmaven.javadoc.skip -f
hadoop-common-project \
+mvn clean package -Pnative,dist -DskipTests -Djavadoc.skip.jdk11 -f
hadoop-common-project \
-Dopenssl.prefix="${THIRDPARTY_INSTALLED}" -e
-mvn clean package -Pnative,dist -DskipTests -Dmaven.javadoc.skip -f
hadoop-hdfs-project \
+mvn clean package -Pnative,dist -DskipTests -Djavadoc.skip.jdk11 -f
hadoop-hdfs-project \
-Dthirdparty.installed="${THIRDPARTY_INSTALLED}"
-Dopenssl.prefix="${THIRDPARTY_INSTALLED}" -e
-mvn clean package -Pdist -DskipTests -Dmaven.javadoc.skip -f hadoop-dist -e
+mvn clean package -Pdist -DskipTests -Djavadoc.skip.jdk11 -f hadoop-dist -e
if [[ ! -d "${DIST_DIR}" ]]; then
echo "${DIST_DIR} is missing. Build failed."
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]