Skip to content

Commit

Permalink
fix: Rollback resource-filtered
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Nov 14, 2024
1 parent 9773275 commit d3b1e60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,15 @@
<version>2.9.0</version>
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/resources-filtered</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
File renamed without changes.

0 comments on commit d3b1e60

Please sign in to comment.