This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new f11ea77 [MPLUGIN-375] Unsupported Mojo descriptor items
f11ea77 is described below
commit f11ea779fe4eb56278094cc074ab90760fe1447a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Oct 17 11:18:55 2021 +0200
[MPLUGIN-375] Unsupported Mojo descriptor items
---
content/xdoc/developers/mojo-api-specification.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/content/xdoc/developers/mojo-api-specification.xml
b/content/xdoc/developers/mojo-api-specification.xml
index f717729..3fa8cf6 100644
--- a/content/xdoc/developers/mojo-api-specification.xml
+++ b/content/xdoc/developers/mojo-api-specification.xml
@@ -427,9 +427,7 @@ under the License.
<td><code>executionStrategy</code></td>
<td><code>@executionStrategy <strategy></code></td>
<td>No</td>
- <td>Specify the execution strategy. <i>NOTE: Currently supports
<b>once-per-session</b>,
- <b>always</b>.</i>
- </td>
+ <td>Specify the execution strategy. <i>NOTE: Unsupported since Maven
3.0.</i></td>
</tr>
<tr>
<td><code>goal</code></td>
@@ -442,7 +440,7 @@ under the License.
<td><code>inheritByDefault</code></td>
<td><code>@inheritByDefault <true|false></code></td>
<td>No. Default: <code>true</code></td>
- <td>Specify that the Mojo is inherited.</td>
+ <td>Specify that the Mojo is inherited. <i>NOTE: Unsupported since
Maven 3.0.</i></td>
</tr>
<tr>
<td><code>instantiationStrategy</code></td>
@@ -536,7 +534,7 @@ under the License.
<td><code>requiresDirectInvocation</code></td>
<td><code>@requiresDirectInvocation <true|false></code></td>
<td>No. Default: <code>false</code></td>
- <td>Flags this Mojo to be invoke directly.</td>
+ <td>Flags this Mojo to be invoke directly. <i>NOTE: Unsupported
since Maven 3.0.</i></td>
</tr>
<tr>
<td><code>requiresOnline</code></td>
@@ -554,7 +552,7 @@ under the License.
<td><code>requiresReports</code></td>
<td><code>@requiresReports <true|false></code></td>
<td>No. Default: <code>false</code></td>
- <td>Flags this Mojo to require reports. Unsupported since Maven
3.0.</td>
+ <td>Flags this Mojo to require reports. <i>NOTE: Unsupported since
Maven 3.0.</i></td>
</tr>
<tr>
<td><code>threadSafe</code></td>