This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 1808a3d2 RAT-354: Remove warning during integration test run that 
breaks the build with Maven 4
1808a3d2 is described below

commit 1808a3d273e4e1d4b7c76a3b8f13aff057453eb7
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Thu Apr 25 22:53:37 2024 +0200

    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 471eeb3a..c570d26a 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 @@
         </configuration>
       </plugin>
     </plugins>
+    <!-- RAT-354: prevent warning about missing version property of 
maven-clean-plugin -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>3.3.2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a2669b53..a67c029a 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
     </release>
     -->
     <release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current 
SNAPSHOT - release to be done">
+      <action issue="RAT-354" type="fix" dev="pottlinger" due-to="Guillaume 
Nodet">
+        Fix integration test failure with Maven 4 by adding a version property 
in integration test's pom.xml.
+      </action>
       <action issue="RAT-355" type="add" dev="claudenw">
         Optionally export XML configuration file as part of run. Added 
framework to inspect available licenses and matchers.
       </action>

Reply via email to