This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 87d29df9d chore: Eclipse IDE ignores for license checks (#2484)
87d29df9d is described below
commit 87d29df9da952f9353fab9d66d0a27c7ba6d2bc5
Author: Lenny Primak <[email protected]>
AuthorDate: Sat Jan 31 14:09:01 2026 -0600
chore: Eclipse IDE ignores for license checks (#2484)
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7ef7cf262..4d2883760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,6 +365,9 @@
<exclude>**/nb-configuration.xml</exclude>
<exclude>**/faces-config.NavData</exclude>
<exclude>**/org.mockito.plugins.MockMaker</exclude>
+ <exclude>**/.project</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings/*</exclude>
<exclude>.github/linters/codespell.txt</exclude>
<exclude>.mvn/*</exclude>
<exclude>.jenkins_maven_args</exclude>
@@ -1597,6 +1600,10 @@
<exclude>**/target/**</exclude>
<exclude>**/nb-configuration.xml</exclude>
<exclude>**/faces-config.NavData</exclude>
+ <exclude>**/.project</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings/*</exclude>
+ <exclude>.github/linters/codespell.txt</exclude>
<exclude>**/org.mockito.plugins.MockMaker</exclude>
<exclude>.mvn/*</exclude>
<exclude>.jenkins_maven_args</exclude>