Exclude .asf.yaml from RAT
diff --git a/pom.xml b/pom.xml
index c2e4fc6..88297aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,16 @@
           </configuration>
         </plugin>
         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>${commons.rat.version}</version>
+            <!-- Should agree with config in build section -->
+            <configuration>
+              <excludes>
+              </excludes>
+            </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>${commons.findbugs.version}</version>
@@ -284,6 +294,16 @@
         </reportSets>
       </plugin>
       <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${commons.rat.version}</version>
+        <!-- Should agree with config in build section -->
+        <configuration>
+          <excludes>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>${commons.findbugs.version}</version>