From 27749bf24f6ce87e51476f498c12d5d2f9141ff5 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 22 Mar 2023 08:57:57 +0100 Subject: [PATCH] Add option to exclude community translations at build time (#19224) Closes #19223 --- themes/pom.xml | 19 ++++++++++++++++--- .../META-INF/keycloak-themes.json | 0 2 files changed, 16 insertions(+), 3 deletions(-) rename themes/src/main/{resources-community => resources}/META-INF/keycloak-themes.json (100%) diff --git a/themes/pom.xml b/themes/pom.xml index e4703b9bdb..7085e3f06d 100755 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -65,9 +65,6 @@ **/keycloak.v2/account/src/** - - src/main/resources-community - @@ -83,6 +80,22 @@ + + communityTranslations + + + !skipCommunityTranslations + + + + + + src/main/resources-community + + + + + account2 diff --git a/themes/src/main/resources-community/META-INF/keycloak-themes.json b/themes/src/main/resources/META-INF/keycloak-themes.json similarity index 100% rename from themes/src/main/resources-community/META-INF/keycloak-themes.json rename to themes/src/main/resources/META-INF/keycloak-themes.json