Use https url as staging repo target
[releng/builder.git] / 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 \