Skip to content

Commit

Permalink
update POM to phase two
Browse files Browse the repository at this point in the history
  • Loading branch information
pnzrr committed Aug 10, 2023
1 parent 88bfa5a commit 9429e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/apps/admin-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<resources>
<resource>
<directory>dist</directory>
<targetPath>theme/keycloak.v2/admin/resources</targetPath>
<targetPath>theme/${admin-ui.theme.name}/admin/resources</targetPath>
<includes>
<include>locales/**</include>
</includes>
Expand All @@ -70,7 +70,7 @@
</resource>
<resource>
<directory>dist</directory>
<targetPath>theme/keycloak.v2/admin/resources</targetPath>
<targetPath>theme/${admin-ui.theme.name}/admin/resources</targetPath>
<excludes>
<exclude>index.html</exclude>
<exclude>locales/**</exclude>
Expand Down

0 comments on commit 9429e4a

Please sign in to comment.