diff --git a/src/site/apt/examples/filter.apt b/src/site/apt/examples/filter.apt index 38eaf56..b42b746 100644 --- a/src/site/apt/examples/filter.apt +++ b/src/site/apt/examples/filter.apt @@ -75,12 +75,14 @@ Hello ${name} However, if we add a <<<\>>> tag to our POM and set it to <<>> like this: +-----+ + ... src/main/resources true ... + +-----+ Our <<>> after calling @@ -158,11 +160,13 @@ your.name = world and adding that to our POM +-----+ + ... my-filter-values.properties ... + +-----+