taglib:validate

Generates a tag library validation report.

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.

Required Parameters

Name Type Description
buildOutputDirectory File The directory containing generated test classes of the project being tested.

Optional Parameters

Name Type Description
outputDirectory File Output directory for generated docs.
siteRenderer Renderer Site renderer component.
srcDir File Directory containing tld files. Subdirectories are also processed.

Parameter Details

buildOutputDirectory

The directory containing generated test classes of the project being tested.

  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.outputDirectory}

outputDirectory

Output directory for generated docs.

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

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