From be022ba0d4a33c65ae3246f0ca78eb09bd768131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Mon, 31 Jan 2022 13:45:02 +0100 Subject: [PATCH] (doc) Fix XML formatting --- src/site/apt/examples/filter.apt | 4 ++++ 1 file changed, 4 insertions(+) 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 ... + +-----+