This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch hadoop-3.3.4
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/hadoop-3.3.4 by this push:
new 6c2b3cf8 [chore] skip java doc
6c2b3cf8 is described below
commit 6c2b3cf8cf410c5d0a462c872a3adff44f612f99
Author: morningman <[email protected]>
AuthorDate: Fri May 26 09:31:56 2023 +0800
[chore] skip java doc
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index d06272f5..8eb02ecb 100755
--- a/build.sh
+++ b/build.sh
@@ -39,7 +39,7 @@ rm -rf ${DIST_DIR}
rm -rf ${LIBHDFS_DIST_DIR}
export PATH=${THIRDPARTY_INSTALLED}/bin:$PATH
-mvn clean package -Pnative,dist -DskipTests
-Dthirdparty.installed=${THIRDPARTY_INSTALLED}/
-Dopenssl.lib=${THIRDPARTY_INSTALLED}/lib/ -e
+mvn clean package -Pnative,dist -DskipTests -Dmaven.javadoc.skip=true
-Dthirdparty.installed=${THIRDPARTY_INSTALLED}/
-Dopenssl.lib=${THIRDPARTY_INSTALLED}/lib/ -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]