This is an automated email from the ASF dual-hosted git repository. hiedra pushed a commit to branch examples/TDJ_localresources in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 8192fc0cf3637ae763965596c787bd86be49cd48 Author: Josh Tynjala <[email protected]> AuthorDate: Wed Mar 26 14:32:10 2025 -0700 Maven: update rat to match sub-projects --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08a543c4ce..39f9faab85 100644 --- a/pom.xml +++ b/pom.xml @@ -281,7 +281,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.13</version> + <version>0.16.1</version> <executions> <execution> <id>license-check</id> @@ -295,6 +295,7 @@ <!-- Make rat log the problematic files in the build output --> <consoleOutput>true</consoleOutput> <excludes> + <exclude>.gitattributes</exclude> <!-- JSON files can't contain comments --> <exclude>**/*.json</exclude> <!-- This is appended to the LICENSE file for binary packages--> @@ -303,6 +304,7 @@ <exclude>**/README.md</exclude> <!-- RELEASE_NOTES don't have headers either --> <exclude>**/RELEASE_NOTES.md</exclude> + <exclude>**/LICENSE-*</exclude> <!-- Stuff that needs to be removed --> <exclude>fxg2svg/**</exclude>
