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/26 11:29:01 UTC

[myfaces-tobago] branch tobago-4.x updated: fix rat check

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

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


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

commit 30a4f5f134b5d35f8af61d00ed3f73d5403241cd
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 13:28:45 2020 +0200

    fix rat check
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b52ce0f..89854a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -981,9 +981,12 @@
               <!-- readme -->
               <exclude>**/readme.*</exclude>
 
+              <!-- jetty key store for testing -->
+              <exclude>**/jettykeystore</exclude>
+
               <!-- tobago-vm index page -->
-              <exclude>**/tobago-vm/docker/apache-proxy/jquery-*.js</exclude>
-              <exclude>**/tobago-vm/docker/apache-proxy/bootstrap-*.css</exclude>
+              <exclude>**/tobago-vm/docker/apache-proxy/jquery*.js</exclude>
+              <exclude>**/tobago-vm/docker/apache-proxy/bootstrap*.css</exclude>
             </excludes>
           </configuration>
         </plugin>