You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/15 16:04:14 UTC

[maven-build-cache-extension] branch master updated: tidy up links and urls

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 205bff5  tidy up links and urls
205bff5 is described below

commit 205bff54557543bae3647c7c15e56bf43c5501bd
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jan 15 17:04:12 2022 +0100

    tidy up links and urls
---
 src/main/mdo/build-cache-build.mdo   | 2 +-
 src/main/mdo/build-cache-config.mdo  | 4 ++--
 src/main/mdo/build-cache-diff.mdo    | 2 +-
 src/main/mdo/build-cache-report.mdo  | 2 +-
 src/site/markdown/getting-started.md | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/mdo/build-cache-build.mdo b/src/main/mdo/build-cache-build.mdo
index 949bba4..c9febc2 100644
--- a/src/main/mdo/build-cache-build.mdo
+++ b/src/main/mdo/build-cache-build.mdo
@@ -20,7 +20,7 @@ under the License.
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.4.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"
   xml.namespace="http://maven.apache.org/BUILD-CACHE-BUILD/${version}"
-  xml.schemaLocation="http://maven.apache.org/xsd/build-cache-build-${version}.xsd">
+  xml.schemaLocation="https://maven.apache.org/xsd/build-cache-build-${version}.xsd">
   <id>build-cache-build</id>
   <name>BuildCacheBuild</name>
   <description><![CDATA[Cache build info, stored in local <code>lookupinfo.xml</code> or remote <code>buildinfo.xml</code>
diff --git a/src/main/mdo/build-cache-config.mdo b/src/main/mdo/build-cache-config.mdo
index 813a0c2..9465aa5 100644
--- a/src/main/mdo/build-cache-config.mdo
+++ b/src/main/mdo/build-cache-config.mdo
@@ -20,10 +20,10 @@ under the License.
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.4.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"
        xml.namespace="http://maven.apache.org/BUILD-CACHE-CONFIG/${version}"
-       xml.schemaLocation="http://maven.apache.org/xsd/build-cache-config-${version}.xsd">
+       xml.schemaLocation="https://maven.apache.org/xsd/build-cache-config-${version}.xsd">
     <id>build-cache-config</id>
     <name>BuildCacheConfig</name>
-    <description><![CDATA[Maven Incremental Build and Cache configuration, stored in <code>.mvn/maven-build-cache-config.xml</code>
+    <description><![CDATA[Maven Incremental Build and Cache configuration, stored in <code>.mvn/maven-cache-config.xml</code>
   ]]></description>
 
     <defaults>
diff --git a/src/main/mdo/build-cache-diff.mdo b/src/main/mdo/build-cache-diff.mdo
index 55e6ec6..1c88262 100644
--- a/src/main/mdo/build-cache-diff.mdo
+++ b/src/main/mdo/build-cache-diff.mdo
@@ -20,7 +20,7 @@ under the License.
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.4.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"
   xml.namespace="http://maven.apache.org/BUILD-CACHE-DIFF/${version}"
-  xml.schemaLocation="http://maven.apache.org/xsd/build-cache-diff-${version}.xsd">
+  xml.schemaLocation="https://maven.apache.org/xsd/build-cache-diff-${version}.xsd">
   <id>build-cache-diff</id>
   <name>BuildCacheDiff</name>
   <description><![CDATA[Cache Builds Diff, stored in <code>diff-${checksum}.xml</code>
diff --git a/src/main/mdo/build-cache-report.mdo b/src/main/mdo/build-cache-report.mdo
index bcaf64c..3cea5d9 100644
--- a/src/main/mdo/build-cache-report.mdo
+++ b/src/main/mdo/build-cache-report.mdo
@@ -20,7 +20,7 @@ under the License.
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.4.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"
   xml.namespace="http://maven.apache.org/BUILD-CACHE-REPORT/${version}"
-  xml.schemaLocation="http://maven.apache.org/xsd/build-cache-report-${version}.xsd">
+  xml.schemaLocation="https://maven.apache.org/xsd/build-cache-report-${version}.xsd">
   <id>build-cache-report</id>
   <name>BuildCacheReport</name>
   <description><![CDATA[BuildCache report, stored in <code>build-cache-report.xml</code>
diff --git a/src/site/markdown/getting-started.md b/src/site/markdown/getting-started.md
index c134535..f93212d 100644
--- a/src/site/markdown/getting-started.md
+++ b/src/site/markdown/getting-started.md
@@ -38,9 +38,9 @@ either in `pom.xml`'s `<project>/<build>/<extensions>` or in `.mvn/extensions.xm
 
 ### Adding build cache config
 
-Copy [default config `maven-cache-config.xml`](../resources/maven-cache-config.xml)
+Copy [default config `maven-cache-config.xml`](./maven-cache-config.xml)
 to [`.mvn/`](https://maven.apache.org/configure.html) directory of your project.  
-To get overall understanding of cache machinery, it is recommended to review the config and read comments. In typical
+To get overall understanding of build cache machinery, it is recommended to review the config and read comments. In typical
 scenario you need to adjust:
 
 * Exclusions for unstable, temporary files or environment specific files