velocity-tools:taglib2directive
      Full name:
      org.apache.velocity:maven-velocity-tools-plugin:2.1.0-SNAPSHOT:taglib2directive
      Description:
      Creates directives from a tag library.
      Attributes:
      
        - Requires a Maven 2.0 project to be executed.
 
        - Requires dependency resolution of artifacts in scope: compile.
 
        - Binds by default to the lifecycle phase: generate-resources.
 
      
      
      Parameter Details
        classesOutputDirectory:
        Location of the file.
        
          - Type: java.io.File
 
          - Required: Yes
 
          - Expression: ${project.build.directory}/veltools-generated-classes
 
        
packageName:
        Name of the package.
        
          - Type: java.lang.String
 
          - Required: Yes
 
          - Expression: sample
 
        
prefix:
        Name of the TLD prefix.
        
          - Type: java.lang.String
 
          - Required: Yes
 
          - Expression: sample
 
        
resourcesOutputDirectory:
        Location of the file.
        
          - Type: java.io.File
 
          - Required: Yes
 
          - Expression: ${project.build.directory}/veltools-generated-resources
 
        
tld:
        Location of the TLD to parse.
        
          - Type: java.lang.String
 
          - Required: Yes
 
          - Expression: sample