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

piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
     new 3c64f71d7 fix for the release candidate GitHub workflow 
(CONNECTORS-1754)
3c64f71d7 is described below

commit 3c64f71d70a19024f31df8d2f4e0fdd4212f0f6f
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Mar 26 11:35:20 2024 +0100

    fix for the release candidate GitHub workflow (CONNECTORS-1754)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65c1b2742..e137d081c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
                    
<exclude>site/src/documentation/skins/lucene/note.txt</exclude>
                    
<exclude>site/src/documentation/skins/common/xslt/html/split.xsl</exclude>
                    <exclude>dist-license/DEPENDENCIES.txt</exclude>
-                   <exclude>site/tmp/font/*</exclude>
+                   <exclude>site/tmp/font/**</exclude>
               </excludes>
          </configuration>
       </plugin>

Reply via email to