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/24 15:53:28 UTC

[myfaces-tobago] branch master updated: fix rat-check

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 260b3ce  fix rat-check
260b3ce is described below

commit 260b3ce313aeb2d1eefbf72829c9819932ad7b94
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Mon Aug 24 17:48:55 2020 +0200

    fix rat-check
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d79ff4..235bbeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -965,7 +965,7 @@
               <exclude>**/*.md</exclude>
 
               <!-- tobago-vm index page -->
-              <exclude>**/tobago-vm/docker/apache-proxy/bootstrap-*.css</exclude>
+              <exclude>**/tobago-vm/docker/apache-proxy/bootstrap*.css</exclude>
 
               <!-- local npm for IDE -->
               <exclude>src/main/npm/node_modules/**</exclude>