This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 3fdf055 [MRESOURCES-299] Be more accurate on using filtering element (#81) 3fdf055 is described below commit 3fdf055c181fe0ad2ee1b8411f3dd4ca6f4bf733 Author: Piotrek Żygieło <11896137+pzygi...@users.noreply.github.com> AuthorDate: Wed Oct 23 08:38:28 2024 +0200 [MRESOURCES-299] Be more accurate on using filtering element (#81) 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>