Generates taglibdoc documentation.
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| dontRecurseIntoSubdirs | boolean |
If set, only file contained directly in the specified directory are used. |
| siteRenderer | Renderer |
Site renderer component. |
| srcDir | File |
Directory containing tld or tag files. Subdirectories are also processed, unless the "dontRecurseIntoSubdirs" parameter is set. |
| title | String |
title for tlddoc generated documentation. |
| tldDocDir | File |
TldDoc output dir. |
| xsltDir | File |
Directory containing custom xsl files (equivalent to the "-xslt" parameter to tlddoc). |
If set, only file contained directly in the specified directory are used.
booleanNoSite renderer component.
org.apache.maven.doxia.siterenderer.RendererNoDirectory containing tld or tag files. Subdirectories are also processed, unless the "dontRecurseIntoSubdirs" parameter is set.
java.io.FileNosrc/main/resources/META-INFtitle for tlddoc generated documentation.
java.lang.StringNo${project.name} Tag library documentationTldDoc output dir.
java.io.FileNo${project.reporting.outputDirectory}/tlddocDirectory containing custom xsl files (equivalent to the "-xslt" parameter to tlddoc).
java.io.FileNo