File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [ $RC -eq 0 ]
5050then
5151 cat << EOD
5252 Staging Release seems to be created. Please review it at https://central.sonatype.com/publishing
53- if everything seems fine, hit ENTER . Else break this script with Ctrl-C.
53+ if everything seems fine, publish from there . Else break this script with Ctrl-C.
5454EOD
5555 read pause
5656else
5959 exit
6060fi
6161
62- echo " #5. Deploy release."
63- # Workaround for https://issues.sonatype.org/browse/OSSRH-66257
64- export MAVEN_OPTS="
65- --add-opens=java.base/java.util=ALL-UNNAMED
66- --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
67- --add-opens=java.base/java.text=ALL-UNNAMED
68- --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
69- mvn nexus-staging:release
62+ echo " #5. Deploy release. is deprecated. Should be rewritten"
7063
7164echo " #6. Finishing."
7265echo " - set next SNAPSHOT to $NEW_VERSION "
You can’t perform that action at this time.
0 commit comments