You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/01 07:35:37 UTC

[phoenix] 01/05: PHOENIX-6307 Build and release official binary distributions with each HBase profile (addendum: reset repo before mvn deploy to avoid rat check errors)

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

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 1871b6ebc007bf5c99736c39a2e6599981f0c8b4
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jan 28 13:05:10 2021 +0100

    PHOENIX-6307 Build and release official binary distributions with each HBase profile (addendum: reset repo before mvn deploy to avoid rat check errors)
---
 dev/create-release/release-util.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/create-release/release-util.sh b/dev/create-release/release-util.sh
index 7ac8375..d830591 100755
--- a/dev/create-release/release-util.sh
+++ b/dev/create-release/release-util.sh
@@ -719,6 +719,7 @@ function maven_deploy { #inputs: <snapshot|release> <log_file_path>
     echo "${MVN[@]}" -DskipTests -Dcheckstyle.skip=true "${PUBLISH_PROFILES[@]}" ${variant:+"$variant"} \
         "${mvn_goals[@]}"
     echo "Logging to ${mvn_log_file}.  This will take a while..."
+    git clean -d -f -x
     # Prepare for signing
     kick_gpg_agent
     # The tortuous redirect in the next command allows mvn's stdout and stderr to go to mvn_log_file,