Skip to content

Commit

Permalink
fix: Maven now includes .properties files on WAR package
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed May 29, 2022
1 parent 0eb6231 commit 9405fb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@
<build>
<resources>
<resource>
<directory>src/main/webapp</directory>
<directory>src/main/resources/</directory>
<includes>
<include>*.properties</include>
</includes>
</resource>
</resources>
<plugins>
Expand Down

0 comments on commit 9405fb6

Please sign in to comment.