KEYCLOAK-1845 Fixed relative path error which was omitting the themes on the EAP overlay
This commit is contained in:
parent
6291e90f9c
commit
fe79c9b01e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<outputDirectory>modules/system/layers/base</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../../../forms/common-themes/src/main/resources/theme</directory>
|
||||
<directory>../../../../forms/common-themes/src/main/resources/theme</directory>
|
||||
<outputDirectory>standalone/configuration/themes</outputDirectory>
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
|
|
Loading…
Reference in a new issue