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/07/16 10:39:53 UTC

[syncope] branch master updated: [SYNCOPE-1435] Fixing Docker image generation

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 2a4b485  [SYNCOPE-1435] Fixing Docker image generation
2a4b485 is described below

commit 2a4b485a935b097a07e9b925bcaca5afa3150b51
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jul 16 12:39:42 2021 +0200

    [SYNCOPE-1435] Fixing Docker image generation
---
 docker/enduser/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker/enduser/pom.xml b/docker/enduser/pom.xml
index ba537c3..5d0b231 100644
--- a/docker/enduser/pom.xml
+++ b/docker/enduser/pom.xml
@@ -162,8 +162,7 @@ under the License.
       <resource>
         <directory>${project.basedir}/../../client/idrepo/enduser/src/main/resources</directory>
         <includes>
-          <include>customFormAttributes.json</include>
-          <include>customTemplate.json</include>
+          <include>*.json</include>
         </includes>
         <filtering>true</filtering>
       </resource>