From 2182992b31ce46c0539bc55132c193a8aaf40b84 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 26 Jul 2024 10:58:46 +1000 Subject: [PATCH] add target/jetty-home as part of the cache as it is useful with jetty-home module (#12090) * add target/jetty-home as part of the cache as it is useful with jetty-home module Signed-off-by: Olivier Lamy * include files from src/main/webapp in the cache checkksum Signed-off-by: Olivier Lamy --------- Signed-off-by: Olivier Lamy --- .mvn/maven-build-cache-config.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.mvn/maven-build-cache-config.xml b/.mvn/maven-build-cache-config.xml index de31d2cc648..b0bd4f212d3 100644 --- a/.mvn/maven-build-cache-config.xml +++ b/.mvn/maven-build-cache-config.xml @@ -1,5 +1,5 @@ - + XXMM true @@ -19,10 +19,18 @@ + + + jetty-home + + {*.java,*.xml,*.properties,*.mod,*.adoc} + + src/main/webapp +