Skip to content

Commit

Permalink
MID-6271 added webpack static files to war via resources folder confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
1azyman committed Apr 29, 2022
1 parent 39f12a2 commit e4afbf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>target/generated-resources/webpack</directory>
<filtering>false</filtering>
</resource>
</resources>
<testResources>
<testResource>
Expand Down

0 comments on commit e4afbf4

Please sign in to comment.