This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch bdemers/MBUILDCACHE-100
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git

commit dbc8dca6a2803a4ba70d234cf65a7caa8126f68a
Author: Brian Demers <bdem...@apache.org>
AuthorDate: Tue Jul 16 16:53:18 2024 -0400

    [MBUILDCACHE-100] - Fix exclusion example in docs
---
 src/site/markdown/performance.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/site/markdown/performance.md b/src/site/markdown/performance.md
index 6031e90..f5fbd64 100644
--- a/src/site/markdown/performance.md
+++ b/src/site/markdown/performance.md
@@ -47,7 +47,9 @@ EAR or ZIP archive locally is more efficient than writing to 
soring in cache bun
 <cache>
     <output>
         <exclude>
-            <pattern>.*\.zip</pattern>
+            <patterns>
+              <pattern>.*\.zip</pattern>
+            </patterns>
         </exclude>
     </output>
 </cache>

Reply via email to