Skip to content

Commit

Permalink
fix: maven-war-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jan 10, 2024
1 parent cb9a92e commit ccc7363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,11 @@
public/,
src/,
</warSourceExcludes>
<webResources>
<resource>
<directory>src/main/webapp/dist</directory>
</resource>
</webResources>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ccc7363

Please sign in to comment.