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 2020/02/23 15:38:03 UTC

[maven-surefire] branch elharo-patch-1 created (now b0c2593)

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

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at b0c2593  docs: codehaus is defunct

This branch includes the following new commits:

     new b0c2593  docs: codehaus is defunct

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: docs: codehaus is defunct

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit b0c259395766558057807b474b5bc69d2809fa11
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun Feb 23 10:37:52 2020 -0500

    docs: codehaus is defunct
    
    @rfscholte
---
 maven-surefire-plugin/src/site/fml/faq.fml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-surefire-plugin/src/site/fml/faq.fml b/maven-surefire-plugin/src/site/fml/faq.fml
index 83f3655..e5aaada 100644
--- a/maven-surefire-plugin/src/site/fml/faq.fml
+++ b/maven-surefire-plugin/src/site/fml/faq.fml
@@ -79,8 +79,8 @@ under the License.
     <faq id="GWT">
       <question>How can I run GWT tests?</question>
       <answer>
-        There is a specific gwt-maven-plugin at codehaus, but if you want to run
-        with Surefire, you need the following settings:
+        Mojohaus publishes a [gwt-maven-plugin](https://gwt-maven-plugin.github.io/gwt-maven-plugin/),
+        but if you want to run with Surefire, you need the following settings:
         <p>
         Use the following configuration:<br/>
         <code>