Skip to content

Commit

Permalink
Merge pull request #1958 from TexasDigitalLibrary/yml-file-references
Browse files Browse the repository at this point in the history
fix file extension for references to application.yml
  • Loading branch information
cstarcher authored Sep 25, 2024
2 parents ec609fd + 455a325 commit 6a28bd9
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 6a28bd9

Please sign in to comment.