X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Finclude-raw-autorelease-maven-deploy.sh;h=e9d1d465a05c451c9f6bf87c58ce7c4608505a46;hb=826327e1f2605c6cff18894a0f4961e3c11f0b09;hp=4cda45ad5506a5f7ecf1ae80c5282c43fc44f4a4;hpb=ff940395a91f8650e1a9ab5e76118a68f75d5880;p=releng%2Fbuilder.git 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 \