[UIMA-6317] UIMA Build Resources 6 release

- Exclude GitHub PR template from license checker
diff --git a/pom.xml b/pom.xml
index 25f0653..7f38e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <groupId>org.apache.uima</groupId>

     <artifactId>parent-pom</artifactId>

     <version>13</version>

-    <relativePath/>

+    <relativePath />

   </parent>

 

   <artifactId>uima-build-resources</artifactId>

@@ -72,6 +72,26 @@
           </execution>

         </executions>

       </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/PULL_REQUEST_TEMPLATE.md</exclude>

+              </excludes>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

     </plugins>

   </build>