You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2020/12/11 07:54:25 UTC

[myfaces-tobago] 10/22: fix rat check

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 2539e05539dfd0979a05f1dbe1f94a30fe61a709
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Aug 27 08:45:15 2020 +0200

    fix rat check
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3f9a88c..c964965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,6 +992,9 @@
 
               <!-- photo shop -->
               <exclude>**/*.psd</exclude>
+
+              <!-- pixelmator -->
+              <exclude>**/*.pxm</exclude>
             </excludes>
           </configuration>
         </plugin>