From 826327e1f2605c6cff18894a0f4961e3c11f0b09 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 6 Apr 2016 20:00:35 -0400 Subject: [PATCH] Use https url as staging repo target Change-Id: Iff073179f269c22b34e3388cea34eb9272ae1d62 Signed-off-by: Thanh Ha --- jjb/autorelease/include-raw-autorelease-maven-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.36.6