This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 37386c4b0 RATIS-2150. No need for manual assembly:single execution
when mvn deploy #1144
37386c4b0 is described below
commit 37386c4b0e3defcb8eeb0a9286706245b7100cf0
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