Skip to content

Commit

Permalink
Fix resources configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Oct 7, 2024
1 parent 9cddbe6 commit 668501e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@
<includes><include>version.properties</include></includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>version.properties</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit 668501e

Please sign in to comment.