This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch 0.7.x
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/0.7.x by this push:
     new e9434bd08 Remove optional dependency and pluin jars for apache release
e9434bd08 is described below

commit e9434bd08a2aa8ef24b20198b56f655f74a92e85
Author: zhoujinsong <[email protected]>
AuthorDate: Wed Oct 30 16:44:43 2024 +0800

    Remove optional dependency and pluin jars for apache release
---
 tools/releasing/create_binary_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/releasing/create_binary_release.sh 
b/tools/releasing/create_binary_release.sh
index cad448d3c..733edc156 100644
--- a/tools/releasing/create_binary_release.sh
+++ b/tools/releasing/create_binary_release.sh
@@ -65,7 +65,7 @@ make_binary_release() {
   echo "Creating ${HADOOP_VERSION} binary release"
 
   # enable release profile here (to check for the maven version)
-  $MVN clean package ${HADOOP_PROFILE} -Pno-extended-disk-storage -pl ':dist' 
-am -Dgpg.skip -Dcheckstyle.skip=true -DskipTests
+  $MVN clean package ${HADOOP_PROFILE} -P 
no-extended-disk-storage,no-option-dependency,no-plugin-bin -pl ':dist' -am 
-Dgpg.skip -Dcheckstyle.skip=true -DskipTests
 
   local 
TARGET_FILE="apache-amoro-${RELEASE_VERSION}-bin-${HADOOP_VERSION}.tar.gz"
   cp amoro-ams/dist/target/apache-amoro-${RELEASE_VERSION}-bin.tar.gz 
${RELEASE_DIR}/${TARGET_FILE}

Reply via email to