From d890da1c78e0e63f4becfdab7eacb678329dec31 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 23 Sep 2024 16:42:10 +0200 Subject: [PATCH 1/3] [MGPG-136] Try the new PR --- .github/workflows/build-and-sign.yml | 1 + pom.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.github/workflows/build-and-sign.yml b/.github/workflows/build-and-sign.yml index dc66a96..f97b8c3 100644 --- a/.github/workflows/build-and-sign.yml +++ b/.github/workflows/build-and-sign.yml @@ -27,6 +27,7 @@ jobs: gpg-plugin-version: - "3.1.0" - "3.2.4" + - "3.2.7-20240923.142458-3" runs-on: ${{ matrix.os }} diff --git a/pom.xml b/pom.xml index 7ac80a9..3b10146 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,21 @@ + + + + false + + + true + daily + fail + + apache-snapshots + https://repository.apache.org/content/repositories/snapshots/ + + + @@ -178,6 +193,7 @@ advanced --debug-all + false From c03d2c5bd6e44cc25792f0ab6f476bae71451e74 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 23 Sep 2024 16:43:29 +0200 Subject: [PATCH 2/3] In fact, let's start with true So pass is appended with LF only, and not CRLF as with older plugins. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b10146..0112659 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ advanced --debug-all - false + true From 1ca530480c2d931e58bf1c01fe096207a813b43a Mon Sep 17 00:00:00 2001 From: Ralf Konrad <42419984+ralfkonrad@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:16:02 +0200 Subject: [PATCH 3/3] Disable maven-enforcer-plugin --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0112659..b06328c 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 3.2.6 + 3.2.7-20240923.142458-3 17 17 UTF-8 @@ -282,10 +282,10 @@ com.github.ekryd.sortpom sortpom-maven-plugin - - org.apache.maven.plugins - maven-enforcer-plugin - + + + + org.apache.maven.plugins maven-gpg-plugin