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.FileNo${project.reporting.outputDirectory}Whether to parse html in the description of tld info, tags and attributes. The default value is false.
booleanNofalseSite renderer component.
org.apache.maven.doxia.siterenderer.RendererNoDirectory containing tld files. Subdirectories are also processed.
java.io.FileNosrc/main/resources/META-INF