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/16 10:04:18 UTC

[maven-integration-testing] branch master updated: fix "edit" link to markup source and bootstrap doc on ITs Suite deps

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-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c96f98  fix "edit" link to markup source and bootstrap doc on ITs Suite deps
5c96f98 is described below

commit 5c96f98a15a46617ff2d5e9e5da63dfecff62979
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jan 16 11:04:15 2022 +0100

    fix "edit" link to markup source and bootstrap doc on ITs Suite deps
---
 core-it-suite/src/site/apt/bootstrap.apt.vm | 3 ++-
 core-it-suite/src/site/apt/index.apt.vm     | 2 +-
 pom.xml                                     | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/core-it-suite/src/site/apt/bootstrap.apt.vm b/core-it-suite/src/site/apt/bootstrap.apt.vm
index 2d159d6..242eaaf 100644
--- a/core-it-suite/src/site/apt/bootstrap.apt.vm
+++ b/core-it-suite/src/site/apt/bootstrap.apt.vm
@@ -29,7 +29,8 @@
 Maven Core Integration Tests Bootstrap
 
   Core IT Bootstrapping downloads from Central repository every dependency (artifacts, plugins) required to let
-  ITs run without downloading anything later (see {{{../}Core ITs and dependencies}} rationale):
+  Core ITs Suite run without downloading anything later (see {{{./index.html}Core ITs Suite and dependencies}} rationale),
+  as defined in [a series of bootstrap projects](https://github.com/apache/maven-integration-testing/tree/master/core-it-suite/src/test/resources/bootstrap):
 
 %{toc|section=1|fromDepth=2}
 
diff --git a/core-it-suite/src/site/apt/index.apt.vm b/core-it-suite/src/site/apt/index.apt.vm
index 130ab67..4d8af2a 100644
--- a/core-it-suite/src/site/apt/index.apt.vm
+++ b/core-it-suite/src/site/apt/index.apt.vm
@@ -79,7 +79,7 @@ mvn -Preporting site
 %{snippet|file=${project.build.directory}/info.txt}
 
 
-* Core ITs and dependencies
+* Core ITs Suite and Dependencies
 
  A good IT does not depend on external repos like Central, it uses dedicated test plugins and test repositories.
  The {{{https://github.com/apache/maven-integration-testing/blob/master/core-it-suite/src/test/resources-filtered/settings.xml}default <<<settings.xml>>>}}
diff --git a/pom.xml b/pom.xml
index f071f70..cbfea52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,8 @@ under the License.
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-integration-testing.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-integration-testing.git</developerConnection>
-      <url>https://github.com/apache/maven-integration-testing/</url>
+    <url>https://github.com/apache/maven-integration-testing/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
   <ciManagement>
     <system>Jenkins</system>