Class PluginHelpGenerator

  • All Implemented Interfaces:
    org.codehaus.plexus.logging.LogEnabled

    public class PluginHelpGenerator
    extends org.codehaus.plexus.logging.AbstractLogEnabled
    Generates an HelpMojo class from help-class-source.vm template. The generated mojo reads help content from META-INF/maven/${groupId}/${artifactId}/plugin-help.xml resource, which is generated by this PluginDescriptorFilesGenerator.
    Since:
    2.4
    Author:
    Vincent Siveton
    • Constructor Detail

      • PluginHelpGenerator

        public PluginHelpGenerator()
        Default constructor
    • Method Detail

      • setHelpPackageName

        public PluginHelpGenerator setHelpPackageName​(java.lang.String helpPackageName)
      • setVelocityComponent

        public PluginHelpGenerator setVelocityComponent​(org.codehaus.plexus.velocity.VelocityComponent velocityComponent)
      • setMavenProject

        public PluginHelpGenerator setMavenProject​(org.apache.maven.project.MavenProject mavenProject)