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

tanxinyu pushed a commit to branch release-3.1.1
in repository https://gitbox.apache.org/repos/asf/ratis.git

commit 356ad8a27ffead990a4fc6108ffc6df8f3d2c58b
Author: Potato <[email protected]>
AuthorDate: Fri Sep 13 10:16:56 2024 +0800

    RATIS-2150. No need for manual assembly:single execution when mvn deploy 
#1144
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
---
 dev-support/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 64a6d3d41..fa6a2662a 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -147,7 +147,7 @@ publish-svn() {
 
 publish-mvn(){
   cd "$projectdir"
-  mvnFun -X clean deploy assembly:single -DskipTests=true  -Prelease 
-Papache-release -Dgpg.keyname="${CODESIGNINGKEY}"
+  mvnFun -X clean deploy -DskipTests=true  -Prelease -Papache-release 
-Dgpg.keyname="${CODESIGNINGKEY}"
 }
 
 if [ "$#" -ne 1 ]; then

Reply via email to