taglib:tagreference

Generates a tag reference xdoc that can be integrated in a maven generated site.

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.

Optional Parameters

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.

Parameter Details

outputDirectory

Output directory for generated docs.

  • Type: java.io.File
  • Required: No
  • Expression: ${project.reporting.outputDirectory}

parseHtml

Whether to parse html in the description of tld info, tags and attributes. The default value is false.

  • Type: boolean
  • Required: No
  • Default: false

siteRenderer

Site renderer component.

  • Type: org.apache.maven.doxia.siterenderer.Renderer
  • Required: No

srcDir

Directory containing tld files. Subdirectories are also processed.

  • Type: java.io.File
  • Required: No
  • Expression: src/main/resources/META-INF