Skip to content
Merged
Show file tree
Hide file tree
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/custom-resource-filters.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ You must now declare you custom filter in the plugin. mavenFilteringHint must re
</plugin>
```

And that's it \!
And that's it !
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