diff --git a/src/site/markdown/examples/custom-resource-filters.md.vm b/src/site/markdown/examples/custom-resource-filters.md.vm index 50c47f0..8b399c4 100644 --- a/src/site/markdown/examples/custom-resource-filters.md.vm +++ b/src/site/markdown/examples/custom-resource-filters.md.vm @@ -109,4 +109,4 @@ You must now declare you custom filter in the plugin. mavenFilteringHint must re ``` -And that's it \! +And that's it ! diff --git a/src/site/markdown/examples/filter.md b/src/site/markdown/examples/filter.md index 6228d09..5115b48 100644 --- a/src/site/markdown/examples/filter.md +++ b/src/site/markdown/examples/filter.md @@ -147,7 +147,7 @@ and adding that to our POM ``` -**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.