Rename settings-file to mvn-settings
[releng/global-jjb.git] / shell / deploy-maven-file.sh
index 34d26d4..0ae0f04 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# @License EPL-1.0 <http://spdx.org/licenses/EPL-1.0>
+# SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
 #
@@ -23,7 +23,7 @@ set -eu -o pipefail
 DEPLOY_LOG="$WORKSPACE/archives/deploy-maven-file.log"
 mkdir -p "$WORKSPACE/archives"
 
-NEXUS_REPO_URL="${NEXUS_URL}/$REPO_ID"
+NEXUS_REPO_URL="${NEXUS_URL}/content/repositories/$REPO_ID"
 
 while IFS="" read -r file
 do