Goal which adds hivemodule-docs to a project's site
Mojo Attributes:
generate-sources| Name | Type | Description |
|---|---|---|
| javadocDir | String |
Subdirectory containing the javadocs. Must be changed if you
configure something non-default in the javadoc-plugin Default value is apidocs. |
| outDir | File |
Location of the site. Default value is ${project.reporting.outputDirectory}. |
| reportSubDir | String |
The name of the sub-directory to contain the generated hivedocs. Default value is hivedocs. |
| resources | List |
List of standard-resources to search for hivemodule.xml's.
Can't be changed by the user directly. To include
additional resources set the optional parameter
extraResources Default value is ${project.resources}. |
| Name | Type | Description |
|---|---|---|
| extraResources | String[] |
List of resources to search for hivemodule.xml's in addition to the standard resources. |
| siteRenderer | SiteRenderer |
Generates the site report |
List of resources to search for hivemodule.xml's in addition to the standard resources.
java.lang.String[]Nojava.lang.StringYesapidocsjava.io.FileYes${project.reporting.outputDirectory}java.lang.StringYeshivedocsjava.util.ListYes${project.resources}org.codehaus.doxia.site.renderer.SiteRendererNo