diff --git a/.settings.xml b/.settings.xml
index cfa5bdfe..3e214f23 100644
--- a/.settings.xml
+++ b/.settings.xml
@@ -23,7 +23,7 @@
${env.CI_DEPLOY_PASSWORD}
- cental
+ central
${env.CENTRAL_USER}
${env.CENTRAL_PASSWORD}
diff --git a/scripts/build.sh b/scripts/build.sh
index 081b9faa..be8d6b32 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-./mvnw clean install -B -Pdocs ${@}
+./mvnw clean install -s .settings.xml -B -Pdocs ${@}
#./mvnw clean install -B -DskipTests ${@}
diff --git a/settings.xml b/settings.xml
deleted file mode 100644
index cfa5bdfe..00000000
--- a/settings.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
-
- repo.spring.io
- ${env.CI_DEPLOY_USERNAME}
- ${env.CI_DEPLOY_PASSWORD}
-
-
- cental
- ${env.CENTRAL_USER}
- ${env.CENTRAL_PASSWORD}
-
-
-
-
-
- spring
-
- true
-
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
-
-
- ide
-
- true
-
-
-
-