Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-plugin-plugin:3.5.2:report
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| encoding | String | 2.7 | The file encoding of the source files. Default value is: ${project.build.sourceEncoding}. User property is: encoding. |
| goalPrefix | String | 2.4 | The goal prefix that will appear before the ":". By default, this
plugin applies a heuristic to derive a heuristic from the plugin's
artifactId. It removes any occurrences of the regular expression
-?maven-?, and then removes any occurrences of
-?plugin-?.
For example, horsefeature-maven-plugin becomes horsefeature. (There is a special case for maven-plugin-plugin: it is mapped to 'plugin') User property is: goalPrefix. |
| outputDirectory | File | 2.0 | Report output directory for mojos' documentation. Default value is: ${project.build.directory}/generated-site/xdoc. |
| requirements | Requirements | 2.0 | Specify some requirements to execute this plugin. Example:
<requirements>
<maven>2.0</maven>
<jdk>1.4</jdk>
<memory>256m</memory>
<diskSpace>1m</diskSpace>
<others>
<property>
<name>SVN</name>
<value>1.4.6</value>
</property>
</others>
</requirements>
|
| skip | boolean | 2.8 | Set this to "true" to skip invoking any goals or reports of the
plugin. Default value is: false. User property is: maven.plugin.skip. |
| skipReport | boolean | 2.8 | Set this to "true" to skip generating the report. Default value is: false. User property is: maven.plugin.report.skip. |
For example, horsefeature-maven-plugin becomes horsefeature.
(There is a special case for maven-plugin-plugin: it is mapped to 'plugin')
<requirements>
<maven>2.0</maven>
<jdk>1.4</jdk>
<memory>256m</memory>
<diskSpace>1m</diskSpace>
<others>
<property>
<name>SVN</name>
<value>1.4.6</value>
</property>
</others>
</requirements>
skip: