@Mojo(name="generate",
defaultPhase=GENERATE_SOURCES)
public class GenerateMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATED_CLASS_NAME |
static String |
GOAL |
| Constructor and Description |
|---|
GenerateMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
generateSources(List<File> templateFiles,
File generatedSourcesDirectory,
String basePackage,
PropertiesStoreOptions options,
List<String> propertiesLocations,
List<FieldMapping> fieldMappings) |
public static final String GOAL
public static final String GENERATED_CLASS_NAME
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void generateSources(List<File> templateFiles, File generatedSourcesDirectory, String basePackage, PropertiesStoreOptions options, List<String> propertiesLocations, List<FieldMapping> fieldMappings) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2018. All rights reserved.