This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new e79d50d Fix RAT failures for archetype test resources (#96)
e79d50d is described below
commit e79d50d0a148ad712ab10651be0300d6ade17535
Author: Fatima Qaisar <[email protected]>
AuthorDate: Wed Feb 4 16:04:42 2026 +0500
Fix RAT failures for archetype test resources (#96)
* Exclude archetype test resources from RAT checks
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index baa10b5..721d3a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -786,6 +786,8 @@
<exclude>.extract/**</exclude>
<exclude>*.patch</exclude>
<exclude>**/access_log.*</exclude>
+ <exclude>**/src/test/resources/**/goal.txt</exclude>
+ <exclude>**/src/test/resources/**/archetype.properties</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]