You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/04/25 11:15:57 UTC

[uima-uimaj] branch refactoring/UIMA-6433-Update-issue-and-PR-templates created (now 01ff5a0ff)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch refactoring/UIMA-6433-Update-issue-and-PR-templates
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


      at 01ff5a0ff [UIMA-6433] Update issue and PR templates

This branch includes the following new commits:

     new 01ff5a0ff [UIMA-6433] Update issue and PR templates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimaj] 01/01: [UIMA-6433] Update issue and PR templates

Posted by re...@apache.org.
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 01ff5a0ff8cde875ecc12b22badb46f856402dff
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Apr 25 13:15:51 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>