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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 255127a  Restore children append for rat-plugin configuration
255127a is described below

commit 255127a2cb93b0be3ed89fae269c0be4892b61c0
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Dec 7 18:59:21 2025 +0100

    Restore children append for rat-plugin configuration
    
    Was removed in: 6b602231f838ce619ff148cbd2a1b965e25e6ca6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 762a6c5..55cebf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1258,7 +1258,7 @@ under the License.</licenseText>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <inputExcludes>
+            <inputExcludes combine.children="append">
               <inputExclude>.java-version</inputExclude>
               <!-- Jenkins job with local Maven repository -->
               <inputExcludes>.repository/**</inputExcludes>

Reply via email to