Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-plugin-plugin:2.5.1:report
Description:
Attributes:
2.0.compile prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| goalPrefix | String |
2.4 |
The goal prefix that will appear before the ":". |
| outputDirectory | File |
2.0 |
Report output directory. 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> |
java.lang.String2.4No${goalPrefix}java.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>
org.apache.maven.plugin.plugin.Requirements2.0No