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:53:29 UTC

[myfaces-tobago] branch tobago-2.x updated: 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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new d039d16  fix rat check
d039d16 is described below

commit d039d16435afdb162582545084a280f27966fed5
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Aug 27 08:53:13 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index bff6382..21053e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -995,6 +995,9 @@
 
               <!-- pixelmator -->
               <exclude>**/*.pxm</exclude>
+
+              <!-- jetty key store for testing -->
+              <exclude>**/jettykeystore</exclude>
             </excludes>
           </configuration>
         </plugin>