exclude git.properties from apache-rat-plugin check
diff --git a/pom.xml b/pom.xml
index 944c05c..b1de38c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,6 +306,7 @@
               <exclude>**/test/resources/**/*.txt</exclude>
               <exclude>LICENSE</exclude>
               <exclude>NOTICE</exclude>
+              <exclude>**/git.properties</exclude>
             </excludes>
           </configuration>
         </plugin>