diff --git a/.mvn/settings.xml b/.mvn/settings.xml
index ae5fee1..ff45800 100644
--- a/.mvn/settings.xml
+++ b/.mvn/settings.xml
@@ -1,24 +1,46 @@
-
-
- release
- true
-
- ${env.passphrase}
-
-
-
-
-
- sonatype-nexus-staging
- ${env.sonatype_username}
- ${env.sonatype_password}
-
-
- repo.spring.io
- ${env.spring_username}
- ${env.spring_password}
-
-
-
+
+
+ release
+
+ true
+
+
+ ${env.passphrase}
+
+
+
+
+
+ sonatype-nexus-staging
+ ${env.sonatype_username}
+ ${env.sonatype_password}
+
+
+ repo.spring.io
+ ${env.spring_username}
+ ${env.spring_password}
+
+
+ spring-libs-milestones
+ ${env.spring_username}
+ ${env.spring_password}
+
+
+ spring-libs-snapshots
+ ${env.spring_username}
+ ${env.spring_password}
+
+
+ spring-libs-releases
+ ${env.spring_username}
+ ${env.spring_password}
+
+
+ spring-libs-plugins
+ ${env.spring_username}
+ ${env.spring_password}
+
+
+
\ No newline at end of file
diff --git a/pipeline.yml b/pipeline.yml
index 0f780b2..dd2241e 100644
--- a/pipeline.yml
+++ b/pipeline.yml
@@ -114,6 +114,8 @@ jobs:
- |
rm -rf ~/.m2
ln -s $(pwd)/.m2 ~/.m2
+ echo "((signing-key))" > private.asc
+ gpg --import --batch --no-tty private.asc
./mvnw deploy -DskipTests -s .mvn/settings.xml
params:
TERM: dumb
diff --git a/pom.xml b/pom.xml
index d5f972e..5826d3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,12 @@ limitations under the License.
+
+
+ --batch
+ --pinentry-mode=loopback
+
+