This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 3fa7d5d8c30b07b5ee02836b9024ed471e8db2e7 Author: Alex Herbert <[email protected]> AuthorDate: Tue Apr 14 13:56:01 2026 +0100 Update apache-rat configuration for version 0.17 Remove use of deprecated <excludes> element. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3b10cd6e..9131f6db 100644 --- a/pom.xml +++ b/pom.xml @@ -295,12 +295,12 @@ Below should agree with config in <reporting> section, so the site gets consistent output. --> - <excludes combine.children="append"> + <inputExcludes> <exclude>src/test/resources/data/**</exclude> <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> <exclude>dist-archive/**</exclude> <exclude>**/site-content/**</exclude> - </excludes> + </inputExcludes> </configuration> </plugin> <plugin> @@ -360,12 +360,12 @@ <version>${commons.rat.version}</version> <configuration> <!-- Should agree with apache-rat-plugin config under <build> --> - <excludes combine.children="append"> + <inputExcludes> <exclude>src/test/resources/data/**</exclude> <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> <exclude>dist-archive/**</exclude> <exclude>**/site-content/**</exclude> - </excludes> + </inputExcludes> </configuration> </plugin> <plugin>
