You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/05/20 06:57:14 UTC

[syncope] branch master updated: Avoid to alter font files

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 671eadc  Avoid to alter font files
671eadc is described below

commit 671eadca8248717334e797d6eca5a28ef5ad01f5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu May 20 08:57:00 2021 +0200

    Avoid to alter font files
---
 client/idrepo/common-ui/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/client/idrepo/common-ui/pom.xml b/client/idrepo/common-ui/pom.xml
index 3a8cd2b..1e0c766 100644
--- a/client/idrepo/common-ui/pom.xml
+++ b/client/idrepo/common-ui/pom.xml
@@ -154,6 +154,7 @@ under the License.
         <filtering>true</filtering>
         <excludes>
           <exclude>org/apache/syncope/**/*.properties</exclude>
+          <exclude>META-INF/resources/**</exclude>
         </excludes>
       </resource>
       <resource>
@@ -161,6 +162,7 @@ under the License.
         <filtering>false</filtering>
         <includes>
           <include>org/apache/syncope/**/*.properties</include>
+          <include>META-INF/resources/**</include>
         </includes>
       </resource>