From: Thanh Ha Date: Thu, 7 Apr 2016 00:00:35 +0000 (-0400) Subject: Use https url as staging repo target X-Git-Tag: release/beryllium-sr2~69 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=826327e1f2605c6cff18894a0f4961e3c11f0b09 Use https url as staging repo target Change-Id: Iff073179f269c22b34e3388cea34eb9272ae1d62 Signed-off-by: Thanh Ha --- diff --git a/jjb/autorelease/include-raw-autorelease-maven-deploy.sh b/jjb/autorelease/include-raw-autorelease-maven-deploy.sh index 4cda45ad5..e9d1d465a 100644 --- a/jjb/autorelease/include-raw-autorelease-maven-deploy.sh +++ b/jjb/autorelease/include-raw-autorelease-maven-deploy.sh @@ -31,7 +31,7 @@ rsync -avz --exclude 'maven-metadata*' \ mvn org.sonatype.plugins:nexus-staging-maven-plugin:1.6.2:deploy-staged-repository \ -DrepositoryDirectory="`pwd`/m2repo" \ - -DnexusUrl=http://nexus.opendaylight.org/ \ + -DnexusUrl=https://nexus.opendaylight.org/ \ -DstagingProfileId="425e43800fea70" \ -DserverId="opendaylight.staging" \ -s $SETTINGS_FILE \