public abstract class AbstractConfigGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected static String |
GENERATED_SOURCES |
protected static String |
JAVA_NAME |
protected static String |
MAIN_NAME |
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected static String |
TEST_NAME |
Constructor and Description |
---|
AbstractConfigGeneratorMojo() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addCompileSourceRoot(String path) |
void |
execute() |
protected abstract File |
getGeneratedDirectory() |
protected abstract File |
getOutputDirectory() |
protected abstract File |
getSourceDirectory() |
protected static final String GENERATED_SOURCES
protected static final String MAIN_NAME
protected static final String TEST_NAME
protected static final String JAVA_NAME
protected org.apache.maven.project.MavenProject project
protected abstract File getSourceDirectory()
protected abstract File getGeneratedDirectory()
protected abstract File getOutputDirectory()
protected abstract void addCompileSourceRoot(String path)
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2019. All rights reserved.