Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-plugin-plugin:3.6.4:report
Description:
plugin-info.html plugin overview page, and one
goal-mojo.html per goal.Attributes:
2.0.process-classes prior to executing itself.| 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>
<project><prerequisites><maven> and
JDK requirement is extracted from maven-compiler-plugin
configuration. |
<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. |
java.lang.String2.7Noencoding${project.build.sourceEncoding}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')
java.lang.String2.4NogoalPrefixjava.io.File2.0No${project.build.directory}/generated-site/xdoc
<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>
<project><prerequisites><maven> and
JDK requirement is extracted from maven-compiler-plugin
configuration.org.apache.maven.plugin.plugin.Requirements2.0Noboolean2.8Nomaven.plugin.skipfalseboolean2.8Nomaven.plugin.report.skipfalse