This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch hadoop-3.4.0 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
commit be310e5b125163a7beafeb64cd0f0081ba755b7a 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 d06272f5ebe..8eb02ecb5b9 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]
