We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d6da9 commit e9434bdCopy full SHA for e9434bd
tools/releasing/create_binary_release.sh
@@ -65,7 +65,7 @@ make_binary_release() {
65
echo "Creating ${HADOOP_VERSION} binary release"
66
67
# 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
+ $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
69
70
local TARGET_FILE="apache-amoro-${RELEASE_VERSION}-bin-${HADOOP_VERSION}.tar.gz"
71
cp amoro-ams/dist/target/apache-amoro-${RELEASE_VERSION}-bin.tar.gz ${RELEASE_DIR}/${TARGET_FILE}
0 commit comments