chore: add .factorypath to the license exclusion list
diff --git a/pom.xml b/pom.xml
index 7be9b45..811594f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,6 +293,7 @@
                             <exclude>**/*.mvel</exclude>
                             <exclude>**/*.pem</exclude>
                             <exclude>**/camel-quarkus-test-list.xml</exclude>
+                            <exclude>**/.factorypath</exclude>
                         </excludes>
                         <mapping>
                             <groovy>SLASHSTAR_STYLE</groovy>