Uses dedicated settings.xml to upload artifacts to Nexus
diff --git a/Jenkinsfile b/Jenkinsfile
index 4c5b6b1..05e0d30 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -142,7 +142,7 @@
             branch 'master'
           }
           steps {
-            withCredentials([file(credentialsId: 'struts-custom-settings_xml', variable: 'CUSTOM_SETTINGS')]) {
+            withCredentials([file(credentialsId: 'lukaszlenart-repository-access-token', variable: 'CUSTOM_SETTINGS')]) {
               sh 'mvn -s \${CUSTOM_SETTINGS} deploy -skipAssembly'
             }
           }