This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new da54e0b75f Fixing Apache RAT checks
da54e0b75f is described below
commit da54e0b75ff223d09232d5145216853fbffe7b0f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Feb 21 11:06:12 2025 +0100
Fixing Apache RAT checks
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index ac8e2c51f3..ff183f7127 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1971,6 +1971,7 @@ under the License.
<exclude>**/.*</exclude>
<exclude>**/*.lst</exclude>
<exclude>**/*.json</exclude>
+ <exclude>**/*font*awesome*</exclude>
<exclude>**/banner.txt</exclude>
<exclude>**/target/**</exclude>
</excludes>