@@ -29,53 +29,6 @@ Maven Surefire Report Plugin
2929 <<<$\{basedir\}/target/surefire-reports>>> and renders them using DOXIA,
3030 which creates the web interface version of the test results.
3131
32- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
33- ||Roadmap ||Release Targets \ |
34- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
35- | | Maven API 3.0 and Java 1.7 \ |
36- | | \ |
37- | 3.0.0-M1 | {{{https://issues.apache.org/jira/browse/SUREFIRE-1493}Maven Plugin API 3.0}} \ |
38- | | {{{https://issues.apache.org/jira/browse/SUREFIRE-1474}Java 1.7 as minimum}} \ |
39- | | {{{https://issues.apache.org/jira/projects/SUREFIRE/versions/12342871}See the Release Notes for the version 3.0.0-M1}} \ |
40- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
41- | | Fixed JDK9 and Windows Class-Path issues, 3.0 and Legacy Report XSD, 3.0.0-M2 shadefire \ |
42- | | \ |
43- | 3.0.0-M2 | {{{https://issues.apache.org/jira/browse/SUREFIRE-1590}3.0 and Legacy Report XSD}} \ |
44- | | {{{https://issues.apache.org/jira/browse/SUREFIRE-1600}3.0.0-M2 shadefire}} \ |
45- | | {{{https://issues.apache.org/jira/projects/SUREFIRE/versions/12344396}See the Release Notes for the version 3.0.0-M2}} \ |
46- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
47- | 3.0.0-M3 | New interprocess communication and TCP/IP which fixes current blocker and critical bugs. Support of Java 11. \ |
48- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
49- | 3.0.0-M4 | \ |
50- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
51- | 3.0.0-M5 | Breaking backwards compatibility with system properties in configuration parameters, removing deprecated configuration parameters and removing deprecated code, etc. \ |
52- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
53- | 3.0.0-M6 | The plugin supports Java 1.8 and Maven Plugin API 3.2.5. Many bug fixes. \ |
54- | | {{{https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20fixVersion%20%3D%203.0.0-M6%20ORDER%20BY%20priority%20DESC%2C%20key}ASF Release versions}} \ |
55- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
56- | 3.0.0-M7 | {{{https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20fixVersion%20%3D%203.0.0-M7%20ORDER%20BY%20priority%20DESC%2C%20key}ASF Release versions}} \ |
57- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
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- *---------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
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- | <<<FailsafeReportMojo>>> | <<<FailsafeOnlyReport>>> | <<<failsafe-report>>> | <<<failsafe>>> |
71- *------------------------------+--------------------------+-----------------------+-----------------+
72- | <<<SurefireReportMojo>>> | <<<SurefireReport>>> | <<<suresafe-report>>> | <<<surefire>>> |
73- *------------------------------+--------------------------+-----------------------+-----------------+
74- | <<<SurefireReportOnlyMojo>>> | <<<SurefireOnlyReport>>> | <<<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-
7932* Goals Overview
8033
8134 The Surefire Report Plugin has three goals:
0 commit comments