From f55cb5652891768600ef53ee64fa2820ac4a9654 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 16 Jan 2023 09:20:57 +0000 Subject: [PATCH] Fix pipeline --- .mvn/settings.xml | 66 +++++++++++++++++++++++++++++++---------------- pipeline.yml | 2 ++ pom.xml | 6 +++++ 3 files changed, 52 insertions(+), 22 deletions(-) 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 + +