You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/10/22 07:52:32 UTC

[struts] 03/03: Excludes fonts

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 2bb122e4bba677042d0e4a41df853f321675e54b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Oct 22 09:52:23 2017 +0200

    Excludes fonts
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 96f722b..ac2a837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,6 +248,7 @@
                             <exclude>src/main/resources/static/css/**/*.css</exclude>
                             <exclude>src/main/resources/static/js/**/*.js</exclude>
                             <exclude>src/main/resources/docs.cfg</exclude>
+                            <exclude>src/main/webapp/fonts/**/*</exclude>
                         </excludes>
                     </configuration>
                 </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.