You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/27 06:45:58 UTC

[myfaces-tobago] 02/02: fix rat check

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 574791cff30e35088f36bbb66b143a116e4b26e6
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 0e81178..bff6382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,6 +992,9 @@
 
               <!-- photo shop -->
               <exclude>**/*.psd</exclude>
+
+              <!-- pixelmator -->
+              <exclude>**/*.pxm</exclude>
             </excludes>
           </configuration>
         </plugin>