diff --git a/Jenkinsfile b/Jenkinsfile
index 11561a91..ceaf701c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -214,7 +214,7 @@ pipeline {
steps {
script {
- sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,distribute ' +
+ sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,distribute -s settings.xml ' +
'-Dartifactory.server=https://repo.spring.io ' +
"-Dartifactory.username=${ARTIFACTORY_USR} " +
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
diff --git a/settings.xml b/settings.xml
index 13009166..62c7a1d9 100644
--- a/settings.xml
+++ b/settings.xml
@@ -8,5 +8,10 @@
${env.SONATYPE_USR}
${env.SONATYPE_PSW}
+
+ spring-release
+ ${env.ARTIFACTORY_USR}
+ ${env.ARTIFACTORY_PSW}
+
\ No newline at end of file