We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775e496 commit 30e2d08Copy full SHA for 30e2d08
nexus-upload.sh
@@ -8,7 +8,7 @@ set -e
8
# SIGNING_KEY -- the signing key to use
9
# GNUPG_PATH -- the path to the home directory for gnupg
10
11
-NEXUS_ROOT="http://$CREDS@oss.sonatype.org/service/local/staging/deploy/maven2/com/rabbitmq/amqp-client/$VERSION"
+NEXUS_ROOT="https://$CREDS@oss.sonatype.org/service/local/staging/deploy/maven2/com/rabbitmq/amqp-client/$VERSION"
12
unset http_proxy
13
unset https_proxy
14
unset no_proxy
0 commit comments