Use https url as staging repo target 23/37223/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Apr 2016 00:00:35 +0000 (20:00 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Apr 2016 00:00:35 +0000 (20:00 -0400)
Change-Id: Iff073179f269c22b34e3388cea34eb9272ae1d62
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/include-raw-autorelease-maven-deploy.sh

index 4cda45ad5506a5f7ecf1ae80c5282c43fc44f4a4..e9d1d465a05c451c9f6bf87c58ce7c4608505a46 100644 (file)
@@ -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 \