File tree 1 file changed +18
-0
lines changed
maven-surefire-report-plugin/src/site/apt
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,24 @@ Maven Surefire Report Plugin
58
58
| 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}} \ |
59
59
*---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
60
60
61
+ * Upcoming Incompatibility Notice
62
+
63
+ With a future minor version several mojos and output filenames will change for alignment with other
64
+ reporting plugins from <<<org.apache.maven.plugins>>>.
65
+ To make you aware of that, see the following table for the upcoming changes:
66
+
67
+ *----------------------*--------------------------*-----------------------*------------------*
68
+ || Mojo Class Name || New Mojo Class Name || Output name || New Output Name |
69
+ *----------------------+--------------------------+-----------------------+------------------+
70
+ | <<<FailsafeReport>>> | <<<FailsafeReportOnly>>> | <<<failsafe-report>>> | <<<failsafe>>> |
71
+ *----------------------+--------------------------+-----------------------+------------------+
72
+ | <<<SurefireReport>>> | \u2013 | <<<suresafe-report>>> | <<<surefire>>> |
73
+ *----------------------+--------------------------+-----------------------+------------------+
74
+ | <<<SurefireReportOnly>>> | \u2013 | <<<suresafe-report>>> | <<<surefire>>> |
75
+ *----------------------+--------------------------+-----------------------+------------------+
76
+
77
+ Details about this change can be found in {{{https://issues.apache.org/jira/browse/SUREFIRE-2161}SUREFIRE-2161}}.
78
+
61
79
* Goals Overview
62
80
63
81
The Surefire Report Plugin has three goals:
You can’t perform that action at this time.
0 commit comments