File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ ${project.name}
34
34
This plugin is in particular handy to perform integration tests for other Maven plugins. The Invoker Plugin can be
35
35
employed to run a set of test projects that have been designed to assert certain features of the plugin under test.
36
36
37
+ * Upcoming Incompatibility Notice
38
+
39
+ With a future (minor) the report output filename will change for alignment with other
40
+ reporting plugins from <<<org.apache.maven.plugins>>>.
41
+ To make you aware of that, see the following table for the upcoming changes:
42
+
43
+ *---------------------*----------------------*------------------*
44
+ || Mojo Class Name || Output name || New Output Name |
45
+ *---------------------+----------------------+------------------+
46
+ | <<<InvokerReport>>> | <<<invoker-report>>> | <<<invoker>>> |
47
+ *---------------------+----------------------+------------------+
48
+
49
+ Details about this change can be found in {{{https://issues.apache.org/jira/browse/MINVOKER-346}MINVOKER-346}}.
50
+
37
51
* Goals Overview
38
52
39
53
The plugin has four goals meant to participate in the default build lifecycle:
@@ -98,7 +112,7 @@ ${project.name}
98
112
99
113
* {{{./examples/prepare-build-env.html}Prepare the Build Environment}} by building some setup projects before other projects.
100
114
101
- * {{{./examples/integration-test-verify.html}Using with other integration test frameworks}} by decoupling checking
115
+ * {{{./examples/integration-test-verify.html}Using with other integration test frameworks}} by decoupling checking
102
116
the results of the integration tests from executing the integration tests.
103
117
104
118
[]
You can’t perform that action at this time.
0 commit comments