diff --git a/Jenkinsfile b/Jenkinsfile
index 496aa21b7d604bf0bdf823882eae375fbc6c4803..b22f426c633f4c29fb73e7482d7fffcecfcfe1f3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -151,7 +151,9 @@ pipeline {
                     FAILED_STAGE = env.STAGE_NAME
                 }
                 container('maven-11') {
-                    sh 'mvn -pl -goofy-client -DskipTests deploy'
+                    configFileProvider([configFile(fileId: '9aac2fac-7d8d-4128-846b-0a61951df703', variable: 'MAVEN_SETTINGS')]) {
+                        sh 'mvn -s $MAVEN_SETTINGS -pl -goofy-client -DskipTests deploy'
+                    }
                 }
             }
         }
diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index a5e18603dfd60e10ec4ca488e8ef7c6fbbab474c..cb70c79942f5757967df7e6170ba1381450ab8a8 100644
--- a/goofy-client/pom.xml
+++ b/goofy-client/pom.xml
@@ -72,14 +72,6 @@
         </plugins>
     </build>
 
-	<repositories>
-	    <repository>
-    	    <id>ozg-nexus</id>
-        	<name>ozg nexus</name>
-        	<url>https://nexus.ozg-sh.de/repository/ozg-group/</url>
-    	</repository>
-	</repositories>
-
     <profiles>
         <profile>
             <activation>