From 1d5f0cfe304e65a9eb833d587de1b099e19b9c62 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Tue, 19 May 2026 14:21:14 +0200 Subject: [PATCH 1/2] RAT-482: Wait for upstream version 3.0.0-M2 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index decfeff36..896de8f25 100644 --- a/pom.xml +++ b/pom.xml @@ -293,12 +293,11 @@ agnostic home for software distribution comprehension and audit tools. - + 3.0.0-M2 + org.codehaus.mojo From d4d802bb3e0096e88fd5e65f523e6e0a6a17f393 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Sun, 24 May 2026 22:42:45 +0200 Subject: [PATCH 2/2] RAT-482: Add changelog as 3.0.0-M2 is available and enabled now --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c3cfe025d..3c922c1e8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,9 @@ in order to be properly linked in site reports. --> + + Re-enable maven-changelog-plugin v3.0.0-M2, which adds a large Apache Creadur RAT changelog report to the website. + Add XSLT (application/xslt+xml) to the files that are scanned for licenses, was treated/ignored as binary before.