Generates a tag reference xdoc that can be integrated in a maven generated site.
Mojo Attributes:
Name | Type | Description |
---|---|---|
outputDirectory | File |
Output directory for generated docs. |
parseHtml | boolean |
Whether to parse html in the description of tld info, tags and attributes. The
default value is false. Default value is false . |
siteRenderer | Renderer |
Site renderer component. |
srcDir | File |
Directory containing tld files. Subdirectories are also processed. |
Output directory for generated docs.
java.io.File
No
${project.reporting.outputDirectory}
Whether to parse html in the description of tld info, tags and attributes. The default value is false.
boolean
No
false
Site renderer component.
org.apache.maven.doxia.siterenderer.Renderer
No
Directory containing tld files. Subdirectories are also processed.
java.io.File
No
src/main/resources/META-INF