This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/UIMA-6433-Update-issue-and-PR-templates in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 1bf0b8bbbb801e79ce841d4b0750d95f671f3517 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon Apr 25 13:17:30 2022 +0200 [UIMA-6433] Update issue and PR templates - Exclude template files from RAT check --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index e08034fc6..dcadfab9f 100644 --- a/pom.xml +++ b/pom.xml @@ -266,6 +266,8 @@ <!-- default configuration --> <configuration> <excludes combine.children="append"> + <!-- These configuration files cannot bear a license header --> + <exclude>.github/**/*</exclude> <exclude>src/main/bin_distr_license_notices/NOTICE-without-jackson</exclude> <exclude>src/main/eclipse/org.eclipse.jdt.core.prefs</exclude> <exclude>src/main/eclipse/org.eclipse.jdt.ui.prefs</exclude>
