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/18 07:03:42 UTC

[maven-site] branch master updated: link to Core ITs, not only the Suite

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5074c45  link to Core ITs, not only the Suite
5074c45 is described below

commit 5074c456af8f874eb05dd34c03ad72e607387a06
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 18 08:03:38 2022 +0100

    link to Core ITs, not only the Suite
---
 content/apt/guides/development/guide-building-maven.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/development/guide-building-maven.apt b/content/apt/guides/development/guide-building-maven.apt
index 1357f4e..62f3d40 100644
--- a/content/apt/guides/development/guide-building-maven.apt
+++ b/content/apt/guides/development/guide-building-maven.apt
@@ -31,7 +31,7 @@ Building Maven
 
 * Why would I want to build Maven?
 
-  Building Maven yourself is for one of two reasons:
+  Building Maven (or a plugin, or any component) yourself is for one of two reasons:
 
     * to try out a bleeding edge feature or bugfix (issues can be found in
       {{{/issue-management.html} JIRA}}),
@@ -89,4 +89,4 @@ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-SNAPSHOT" install
 mvn test -Prun-its
 +-----+
 
-   Consult {{{/core-its/core-it-suite/}Core IT Suite documentation}} for more options.
+   Consult {{{/core-its/}Core ITs documentation}} for more options.