Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/markdown/examples/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ and adding that to our POM
</project>
```

**Warning:** Do not filter files with binary content like images\! This will most likely result in corrupt output.
**Warning:** Do not filter files with binary content like images! This will most likely result in corrupt output.

If you have both text files and binary files as resources, it is recommended to have two separated folders: one folder `src/main/resources` (default) for the resources which are not filtered and another folder `src/main/resources-filtered` for the resources which are filtered.

Expand Down
Loading