From c44f62a54c5f2b6f0f5ed22b77914f533ab4e430 Mon Sep 17 00:00:00 2001 From: Lars Knickrehm Date: Tue, 25 Jun 2024 01:06:11 +0200 Subject: [PATCH 1/2] Fix mvn-suppressions-parent.sh --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5cdd82262c..34c6fcdd9db 100644 --- a/pom.xml +++ b/pom.xml @@ -1627,7 +1627,7 @@ function suppressPmdWarnings() { function suppressJdk8Warnings() { if [ "${JDK_VERSION}" -eq 8 ]; then cat < /dev/stdin \ - | grep --invert-match --perl-regexp "^\\[WARNING\\] Checksum validation failed, expected [a-z0-9]+ but is [a-z0-9]+ from github for https://maven.pkg.github.com/.+/maven-metadata.xml$" + | grep --invert-match --perl-regexp "^\\[WARNING\\] Checksum validation failed, expected [a-z0-9]+ but is [a-z0-9]+ from github for https://maven.pkg.github.com/.+/maven-metadata.xml$" \ | grep --invert-match --perl-regexp "^\\[WARNING\\] Could not validate integrity of download from https://maven.pkg.github.com/.+/maven-metadata.xml: Checksum validation failed, expected [a-z0-9]+ but is [a-z0-9]+$" else cat < /dev/stdin From f1a1ec65a9956bdb6bc4412f57c0b7f81d5f6c44 Mon Sep 17 00:00:00 2001 From: Lars Knickrehm Date: Tue, 25 Jun 2024 10:18:02 +0200 Subject: [PATCH 2/2] Reduce warnings in output --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 34c6fcdd9db..5e39e64015d 100644 --- a/pom.xml +++ b/pom.xml @@ -2628,6 +2628,7 @@ deploy: [9,) + false false false