Skip to content

Commit e9434bd

Browse files
committed
Remove optional dependency and pluin jars for apache release
1 parent b9d6da9 commit e9434bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releasing/create_binary_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ make_binary_release() {
6565
echo "Creating ${HADOOP_VERSION} binary release"
6666

6767
# enable release profile here (to check for the maven version)
68-
$MVN clean package ${HADOOP_PROFILE} -Pno-extended-disk-storage -pl ':dist' -am -Dgpg.skip -Dcheckstyle.skip=true -DskipTests
68+
$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
6969

7070
local TARGET_FILE="apache-amoro-${RELEASE_VERSION}-bin-${HADOOP_VERSION}.tar.gz"
7171
cp amoro-ams/dist/target/apache-amoro-${RELEASE_VERSION}-bin.tar.gz ${RELEASE_DIR}/${TARGET_FILE}

0 commit comments

Comments
 (0)