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 27, 2024
1 parent 3a0c724 commit b80519d
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 @@ -110,7 +110,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 b80519d

Please sign in to comment.