You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2019/12/19 19:20:49 UTC

[maven-site] branch master updated: Remove 404 link

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

elharo 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 b6c1186  Remove 404 link
b6c1186 is described below

commit b6c11866189640d78b67268b7614d81ebba43fd3
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Dec 19 14:20:41 2019 -0500

    Remove 404 link
    
    @hboutemy
---
 content/apt/guides/development/guide-building-maven.apt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/content/apt/guides/development/guide-building-maven.apt b/content/apt/guides/development/guide-building-maven.apt
index 71b4a42..1357f4e 100644
--- a/content/apt/guides/development/guide-building-maven.apt
+++ b/content/apt/guides/development/guide-building-maven.apt
@@ -83,7 +83,6 @@ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-SNAPSHOT" install
 *** Running the full Maven core integration tests
 
    Before checking in a change or submitting a patch to Maven core, it is required to run the core integration tests.
-   These live in their own {{{/core-its/source-repository.html}<<<maven-integration-testing.git>>> Git repository}}.
    Using your local build of Maven, run:
 
 +-----+