Skip to content

Commit

Permalink
[SUREFIRE-2162] Document upcoming mojo and file names change
Browse files Browse the repository at this point in the history
This closes #628
  • Loading branch information
michael-o committed May 5, 2023
1 parent c7af276 commit 3966e2f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions maven-surefire-report-plugin/src/site/apt/index.apt
Expand Up @@ -58,6 +58,24 @@ Maven Surefire Report Plugin
| 3.0.0 | {{{https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20fixVersion%20%3D%203.0%20ORDER%20BY%20priority%20DESC%2C%20key}ASF Release versions}} \ |
*---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

* Upcoming Incompatibility Notice

With a future minor version several mojos and output filenames will change for alignment with other
reporting plugins from <<<org.apache.maven.plugins>>>.
To make you aware of that, see the following table for the upcoming changes:

*----------------------*--------------------------*-----------------------*------------------*
|| Mojo Class Name || New Mojo Class Name || Output name || New Output Name |
*----------------------+--------------------------+-----------------------+------------------+
| <<<FailsafeReport>>> | <<<FailsafeReportOnly>>> | <<<failsafe-report>>> | <<<failsafe>>> |
*----------------------+--------------------------+-----------------------+------------------+
| <<<SurefireReport>>> | \u2013 | <<<suresafe-report>>> | <<<surefire>>> |
*----------------------+--------------------------+-----------------------+------------------+
| <<<SurefireReportOnly>>> | \u2013 | <<<suresafe-report>>> | <<<surefire>>> |
*----------------------+--------------------------+-----------------------+------------------+

Details about this change can be found in {{{https://issues.apache.org/jira/browse/SUREFIRE-2161}SUREFIRE-2161}}.

* Goals Overview

The Surefire Report Plugin has three goals:
Expand Down

0 comments on commit 3966e2f

Please sign in to comment.