[UIMA-6438] Add asf.yaml files to UIMA repos

- Added rat exclusions for the GitHub template files
diff --git a/uima-as-parent/pom.xml b/uima-as-parent/pom.xml
index 2569539..8b58f25 100644
--- a/uima-as-parent/pom.xml
+++ b/uima-as-parent/pom.xml
@@ -538,6 +538,26 @@
           </toolchains>
         </configuration>
       </plugin>
+      
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>default-cli</id>
+            <goals>
+              <goal>check</goal>
+            </goals>
+            <phase>verify</phase>
+              <!-- default configuration -->
+            <configuration>
+              <excludes combine.children="append">
+                  <exclude>.github/**/*</exclude> <!-- GitHub config/template files -->
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   
     <pluginManagement>
@@ -609,7 +629,6 @@
             </execution>
           </executions>
         </plugin>
-
       </plugins>
     </pluginManagement>
   </build>
@@ -632,5 +651,4 @@
       </repositories>
     </profile>
   </profiles>
-
 </project>