Skip to content

Commit

Permalink
RATIS-2150. No need for manual assembly:single execution when mvn dep…
Browse files Browse the repository at this point in the history
…loy #1144

Signed-off-by: OneSizeFitQuorum <[email protected]>
  • Loading branch information
OneSizeFitsQuorum committed Sep 13, 2024
1 parent f23f9b7 commit 356ad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/make_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 356ad8a

Please sign in to comment.