From 9fffbde077bf9bde51da44d8fb8e90675743753e Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Mon, 29 Jun 2026 23:20:30 +0200 Subject: [PATCH 1/5] Use https in NOTICE --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 18180d37721e..fe20059dee14 100644 --- a/NOTICE +++ b/NOTICE @@ -2,4 +2,4 @@ Apache Maven Copyright 2001-2026 The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +The Apache Software Foundation (https://www.apache.org/). From d72756d22f3a79ab68eec8d9a5a9ff67363e8527 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Mon, 29 Jun 2026 23:20:45 +0200 Subject: [PATCH 2/5] Use RAT 0.18 in Eclipse plugin management --- its/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/pom.xml b/its/pom.xml index c7e982d5e99f..e7b214f23080 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -372,7 +372,7 @@ under the License. org.apache.rat apache-rat-plugin - [0.11,) + [0.18,) check From d8aef5e63e0e9347f59c42b09dce876ab564832a Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Mon, 29 Jun 2026 23:21:40 +0200 Subject: [PATCH 3/5] Use new RAT 0.18 exclusion configuration style and exclude stuff from gitignore --- pom.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index bc84b4585248..3130ed52aad3 100644 --- a/pom.xml +++ b/pom.xml @@ -810,25 +810,29 @@ under the License. org.apache.rat apache-rat-plugin + 0.18 - + + ALL + + GIT + Jenkinsfile **/.gitattributes - src/main/resources/META-INF/services/** + src/main/resources/META-INF/services src/test/resources*/** - src/test/projects/** - src/test/remote-repo/** - its/** + src/test/projects + src/test/remote-repo + its **/*.odg **/*.svg .asf.yaml - .mvn/** - .jbang/** + .jbang src/main/appended-resources/licenses/** - + From 0d033e86ef12df82529813261d95efbe15887e06 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 24 Aug 2026 19:46:45 +0200 Subject: [PATCH 4/5] Move RAT version comment onto its own line to satisfy spotless --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3130ed52aad3..96811695f2da 100644 --- a/pom.xml +++ b/pom.xml @@ -810,7 +810,8 @@ under the License. org.apache.rat apache-rat-plugin - 0.18 + 0.18 + ALL From cfb9466c98f72d5fa33e09ce0b066e95034e2dfb Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 24 Aug 2026 20:21:56 +0200 Subject: [PATCH 5/5] Move the RAT version comment above the version it describes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96811695f2da..0dbb74d55c1c 100644 --- a/pom.xml +++ b/pom.xml @@ -810,8 +810,8 @@ under the License. org.apache.rat apache-rat-plugin - 0.18 + 0.18 ALL