Package com.github.veithen.alta
Class GenerateFilesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.veithen.alta.AbstractProcessMojo
com.github.veithen.alta.AbstractGenerateMojo
com.github.veithen.alta.AbstractGenerateFilesMojo
com.github.veithen.alta.GenerateFilesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-files",
requiresDependencyResolution=TEST,
threadSafe=true)
public final class GenerateFilesMojo
extends AbstractGenerateFilesMojo
-
Field Summary
Fields inherited from class com.github.veithen.alta.AbstractProcessMojo
projectFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Fileprotected voidpostProcess(File outputDirectory) Methods inherited from class com.github.veithen.alta.AbstractGenerateFilesMojo
processMethods inherited from class com.github.veithen.alta.AbstractGenerateMojo
processMethods inherited from class com.github.veithen.alta.AbstractProcessMojo
compileTemplate, evaluateTemplate, executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GenerateFilesMojo
public GenerateFilesMojo()
-
-
Method Details
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractGenerateFilesMojo
-
postProcess
- Specified by:
postProcessin classAbstractGenerateFilesMojo
-