You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/26 15:28:08 UTC

[maven-surefire] branch master updated: [SUREFIRE-1684] The documentation of Maven Surefire Report Plugin contains wrong number of plugin goals

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e2fb879  [SUREFIRE-1684] The documentation of Maven Surefire Report Plugin contains wrong number of plugin goals
e2fb879 is described below

commit e2fb8790947843d92a875fe29f773ea0383d246d
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jul 26 15:36:49 2019 +0200

    [SUREFIRE-1684] The documentation of Maven Surefire Report Plugin contains wrong number of plugin goals
---
 maven-surefire-report-plugin/src/site/apt/index.apt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-surefire-report-plugin/src/site/apt/index.apt b/maven-surefire-report-plugin/src/site/apt/index.apt
index ae1e4ea..738b286 100644
--- a/maven-surefire-report-plugin/src/site/apt/index.apt
+++ b/maven-surefire-report-plugin/src/site/apt/index.apt
@@ -53,10 +53,7 @@ Maven Surefire Report Plugin
 
 * Goals Overview
 
-  The Surefire Report Plugin only has one goal (the other is a workaround):
-
-  * {{{./failsafe-report-only-mojo.html}surefire-report:failsafe-report-only}} This goal does not
-  run the tests, it only builds the IT reports. See {{{https://issues.apache.org/jira/browse/SUREFIRE-257}SUREFIRE-257}}
+  The Surefire Report Plugin has three goals:
 
   * {{{./report-mojo.html}surefire-report:report}} Generates the test
   results report into HTML format.
@@ -65,6 +62,9 @@ Maven Surefire Report Plugin
   not run the tests, it only builds the reports. It is provided as a work 
   around for {{{https://issues.apache.org/jira/browse/SUREFIRE-257}SUREFIRE-257}}
 
+  * {{{./failsafe-report-only-mojo.html}surefire-report:failsafe-report-only}} This goal does not
+  run the tests, it only builds the IT reports. See {{{https://issues.apache.org/jira/browse/SUREFIRE-257}SUREFIRE-257}}
+
   []
 
   <Note:> As of version 2.8 this plugin requires Maven Site Plugin 2.1 or newer to work properly. Version 2.7.2 and