Exclude .repository from the rat check, to get Jenkins builds to pass
diff --git a/pom.xml b/pom.xml
index 26755cc..eb8f270 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,6 +214,7 @@
                         <exclude>.gitignore</exclude>
                         <exclude>.git/**</exclude>
                         <exclude>.pmd/**</exclude>
+                        <exclude>.repository/**</exclude>
                         <exclude>.checkstyle/**</exclude>
                         <!-- RAT doesn't recognize this one as notes file -->
                         <exclude>RELEASE-NOTE.txt</exclude>