Skip to content

Commit

Permalink
fix file extension for references to application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cstarcher committed Sep 10, 2024
1 parent f8f442a commit 455a325
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<directory>./src/main/resources</directory>
<outputDirectory>config</outputDirectory>
<includes>
<include>application.yaml</include>
<include>application.yml</include>
</includes>
<filtered>true</filtered>
</fileSet>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<directory>src/main/resources</directory>
<targetPath>WEB-INF/classes</targetPath>
<includes>
<include>application.yaml</include>
<include>application.yml</include>
</includes>
</webResource>
<webResource>
Expand All @@ -395,7 +395,7 @@
<includes>
<include>*/**</include>
</includes>
<exclude>application.yaml</exclude>
<exclude>application.yml</exclude>
</webResource>
<webResource>
<directory>dist</directory>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/.gitkeep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# keep config directory for deployment override of application.yaml
# keep config directory for deployment override of application.yml

0 comments on commit 455a325

Please sign in to comment.