This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 7fca79d844e1b7282ab2467ef270498f77e245cb Author: Andy Seaborne <[email protected]> AuthorDate: Mon Oct 20 15:39:08 2025 +0100 Adapt to changes in RAT 0.17 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d07c93c81..888698a46f 100644 --- a/pom.xml +++ b/pom.xml @@ -887,7 +887,7 @@ </executions> <configuration> <excludeSubProjects>false</excludeSubProjects> - <excludesFile>build-files/rat-exclusions.txt</excludesFile> + <inputExcludeFile>build-files/rat-exclusions.txt</inputExcludeFile> </configuration> </plugin>
