From 1808a3d273e4e1d4b7c76a3b8f13aff057453eb7 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Thu, 25 Apr 2024 22:53:37 +0200 Subject: [PATCH] RAT-354: Remove warning during integration test run that breaks the build with Maven 4 --- apache-rat-plugin/src/it/it4_RAT-168/pom.xml | 10 ++++++++++ src/changes/changes.xml | 3 +++ 2 files changed, 13 insertions(+) diff --git a/apache-rat-plugin/src/it/it4_RAT-168/pom.xml b/apache-rat-plugin/src/it/it4_RAT-168/pom.xml index 471eeb3a4..c570d26ac 100644 --- a/apache-rat-plugin/src/it/it4_RAT-168/pom.xml +++ b/apache-rat-plugin/src/it/it4_RAT-168/pom.xml @@ -33,5 +33,15 @@ + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.3.2 + + + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a2669b532..a67c029a0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd --> + + Fix integration test failure with Maven 4 by adding a version property in integration test's pom.xml. + Optionally export XML configuration file as part of run. Added framework to inspect available licenses and matchers.