This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch maven-resources-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by this push: new a133663 [MRESOURCES-299] Be more accurate on using filtering element (#80) a133663 is described below commit a1336631bf2fd3ace1be884af92c2cbb773a315e Author: Piotrek Żygieło <11896137+pzygi...@users.noreply.github.com> AuthorDate: Wed Oct 23 08:38:42 2024 +0200 [MRESOURCES-299] Be more accurate on using filtering element (#80) Co-authored-by: Piotrek Żygieło <pzygi...@users.noreply.github.com> --- src/site/apt/examples/filter.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/examples/filter.apt b/src/site/apt/examples/filter.apt index f663696..d7343ed 100644 --- a/src/site/apt/examples/filter.apt +++ b/src/site/apt/examples/filter.apt @@ -72,7 +72,7 @@ mvn resources:resources Hello ${name} +-----+ - However, if we add a <<<\<filtering\>>>> tag to our POM and set it to <<<true>>> like this: + However, if we add a <<<\<filtering\>>>> element to our POM and set it to <<<true>>> like this: +-----+ <project>