Skip to content

Commit

Permalink
Fix missing symlinks in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 17, 2024
1 parent 42664c6 commit f824d46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distribution/src/main/assembly/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<fileSet>
<directory>src/main/resources</directory>
<outputDirectory>/</outputDirectory>
<filtered>false</filtered>
</fileSet>
<fileSet>
<directory>src/main/filtered</directory>
<outputDirectory>/</outputDirectory>
<filtered>true</filtered>
</fileSet>
</fileSets>
Expand Down
File renamed without changes.

0 comments on commit f824d46

Please sign in to comment.