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-build-cache-extension.git
commit 0763761155e4e114022df10c5c103013d37111c8 Author: Guillaume Nodet <[email protected]> AuthorDate: Wed Oct 26 20:33:35 2022 +0200 Fix the default config --- src/site/resources/maven-build-cache-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/resources/maven-build-cache-config.xml b/src/site/resources/maven-build-cache-config.xml index 36bc3d2..ceb8bd1 100644 --- a/src/site/resources/maven-build-cache-config.xml +++ b/src/site/resources/maven-build-cache-config.xml @@ -16,7 +16,7 @@ limitations under the License. --> <cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache¬.org/BUILD-CACHE-CONFIG/1.0.0 target/generated-resources/modello/build-cache-config-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd"> <!-- Template Maven build cache configuration
