Skip to content

Commit

Permalink
Make rule for filtering of resource files consistent for all services
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkopp committed Jul 28, 2024
1 parent 445eb9f commit 1e9a952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>**/application*.yaml</include>
<include>**/application*</include>
</includes>
</resource>
</resources>
Expand Down

0 comments on commit 1e9a952

Please sign in to comment.