Package org.apache.maven.plugin.plugin
Class HelpGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugin.plugin.AbstractGeneratorMojo
-
- org.apache.maven.plugin.plugin.HelpGeneratorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="helpmojo", defaultPhase=GENERATE_SOURCES, threadSafe=true, requiresDependencyResolution=COMPILE) public class HelpGeneratorMojo extends AbstractGeneratorMojoGenerates aHelpMojoclass. Relies at runtime on one output file fromDescriptorGeneratorMojo.- Since:
- 2.4
- Author:
- Vincent Siveton
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.FileoutputDirectoryThe directory where the generatedHelpMojofile will be put.-
Fields inherited from class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
goalPrefix, LS, project
-
-
Constructor Summary
Constructors Constructor Description HelpGeneratorMojo(org.apache.maven.project.MavenProject project, org.codehaus.plexus.velocity.VelocityComponent velocity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerate()-
Methods inherited from class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
execute
-
-
-
-
Method Detail
-
generate
protected void generate() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
generatein classAbstractGeneratorMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-